Skip to main content
A newer version of this page is available. .

DiagramNodeMappingInfo Members

Contains node mapping properties.

Constructors

Name Description
DiagramNodeMappingInfo(IPropertiesOwner) Initializes a new DiagramNodeMappingInfo class instance with the specified owner.

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.

Methods

Name Description
Assign(PropertiesBase) Copies public properties from the specified object to the current object.
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 the string that represents the current object. Inherited from StateManager.
See Also