[]
Gets or sets the style of the shape, which should be a ShapeStyle.
public ExpressionInfo ShapeStyle { get; set; }
Type | Description |
---|---|
ExpressionInfo | An ExpressionInfo object representing the style of the shape. |
var shape = new Shape();
shape.ShapeStyle = "Rectangle";