DiagramNodeMappingInfo Properties
Contains node mapping properties.| Name | Description |
|---|---|
| ContainerKey | 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. |
| ImageUrl | 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 DiagramMappingInfo. |
| 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. |
| ParentKey | 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. |
| TextStyle | 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. |
See Also