Skip to main content

INodeShapeStyle interface

Namespace: NextDesign.Core

Description

Provides access to node shape style information.

Affiliation area

NameDescription
EditorAPIs to access editors.

Inherit Base

NameDescription
IShapeStyleProvides access to a shape's style information.

Property

NameDescription
FigureGets 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
IsSimplifiedGets/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

NameDescription
ClearImageClears 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.
SetImageSets 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.