ShapeStyle Property (ShapeBase)
Gets or sets the style of the shape, which should be a
ShapeStyle.
Property Value
An
GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object representing the style of the shape.
var shape = new Shape();
shape.ShapeStyle = "Rectangle";