[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ShapeBase.ShapeStyle

ShapeStyle Property

ShapeStyle

Gets or sets the style of the shape, which should be a ShapeStyle.

Declaration
public ExpressionInfo ShapeStyle { get; set; }
Property Value
Type Description
ExpressionInfo

An ExpressionInfo object representing the style of the shape.

Examples
var shape = new Shape();
shape.ShapeStyle = "Rectangle";