INodeShapeStyle interface
Namespace: NextDesign.Core
Description
Provides access to node shape style information.
Affiliation area
Name | Description |
---|---|
Editor | APIs to access editors. |
Inherit Base
Name | Description |
---|---|
IShapeStyle | Provides access to a shape's style information. |
Property
Name | Description |
---|---|
Figure | Gets or sets the figure of the shape. This is not case sensitive. If a value outside the range is specified, the figure will not be displayed. If null or an empty string is specified, the shape specified in the view definition will be used. If the shape definition does not allow the shape to be changed, the shape will not be changed and will be ignored. "rectangle": rectangle "roundedrectangle": rounded rectangle "ellipse": ellipse |
IsSimplified | Gets/sets whether the shape is simplified. This API currently only supports compartment shapes. Setting the value for other types of shapes does not switch to simple display. |
Method
Name | Description |
---|---|
ClearImage | Clears the shape's image. If pasting an image is not permitted in the shape definition, the image will not be cleared and will be ignored. |
SetImage | Sets an image to the shape. If pasting an image is not permitted in the shape definition, the image will not be changed and will be ignored. |