ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ShapeBase Class / ShapeStyle Property
Example

In This Topic
    ShapeStyle Property (ShapeBase)
    In This Topic
    Gets or sets the style of the shape, which should be a ShapeStyle.
    Syntax
    'Declaration
     
    Public Property ShapeStyle As ExpressionInfo
    public ExpressionInfo ShapeStyle {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object representing the style of the shape.
    Example
    var shape = new Shape();
    shape.ShapeStyle = "Rectangle";
    See Also