DiagramNode Properties
A diagram node.
Name | Description |
---|---|
Container |
Specifies a key of the node’s parent container node. |
Data |
Returns the data item that is bound to the diagram item.
Inherited from Diagram |
Height | Specifies the height of the shape. |
Image |
Specifies the node image’s URL. |
Key |
Specifies the key value of the item.
Inherited from Diagram |
Left | Specifies the x-coordinate of the node’s left border. |
Locked | Specifies whether the node is locked. |
Parent |
Specifies a key of the node’s parent node. |
Style | Specifies the node style. |
Text | Specifies the text of the node. |
Text |
Specifies the node’s text style. |
Top | Specifies the y-coordinate of the node’s top border. |
Type | Specifies the shape type for the node. |
Width | Specifies the width of the shape. |
ZIndex | Specifies the node’s z-index. |
See Also