INodeShapeStyle.Figure Property
Namespace: NextDesign.Core
Description
Gets or sets the shape's figure.
Case is not significant.
If a value outside the range is specified, the figure will not be displayed.
If null or an empty string is specified, the figure specified in the view definition will be used.
If the shape definition does not allow changes to the figure, it will be ignored and will not be changed.
string Figure { get; set; }
Type
- string
Annotation
The following are examples of the range of values that can be set.
- "rectangle": Rectangle
- "roundedrectangle": Rounded rectangle
- "ellipse": Ellipse