DiagramNodeMappingInfo Members
In This Article
#Constructors
Name | Description |
---|---|
Diagram |
Initializes a new Diagram |
#Properties
Name | Description |
---|---|
Container |
Specifies the name of a data source field that provides the key of a shape’s parent container shape. |
Height | Specifies the name of a data source field that provides a node’s height. |
Image |
Specifies the name of a data source field that provides the URL of a shape’s image. |
Key |
Specifies the name of a data source field that provides node or edge keys.
Inherited from Diagram |
Left | Specifies the name of a data source field that provides the x-coordinate of a node’s left border. |
Locked | Specifies the name of a data source field whose values indicate whether a node is locked. |
Parent |
Specifies the name of a data source field that provides a parent node key for a node. |
Style | Specifies the name of a data source field that provides a node style. |
Text | Specifies the name of a data source field that provides node texts. |
Text |
Specifies the name of a data source field that provides a node’s text style. |
Top | Specifies the name of a data source field that provides the y-coordinate of a node’s top border. |
Type | Specifies the name of a data source field that provides the shape type for a node. |
Width | Specifies the name of a data source field that provides a node’s width. |
ZIndex | Specifies the name of a data source field that provides a node’s z-index. |
#Methods
Name | Description |
---|---|
Assign |
Copies public properties from the specified object to the current object. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns the string that represents the current object.
Inherited from State |
See Also