DiagramNode Members
A diagram node.Properties
| Name | Description |
|---|---|
| ContainerKey | Specifies a key of the node’s parent container node. |
| DataItem | Returns the data item that is bound to the diagram item. Inherited from DiagramItem. |
| Height | Specifies the height of the shape. |
| ImageUrl | Specifies the node image’s URL. |
| Key | Specifies the key value of the item. Inherited from DiagramItem. |
| Left | Specifies the x-coordinate of the node’s left border. |
| Locked | Specifies whether the node is locked. |
| ParentKey | Specifies a key of the node’s parent node. |
| Style | Specifies the node style. |
| Text | Specifies the text of the node. |
| TextStyle | 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. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also