DiagramEdge Members
In This Article
#Properties
Name | Description |
---|---|
Data |
Returns the data item that is bound to the diagram item.
Inherited from Diagram |
From |
Specifies the edge’s start node key. |
From |
Specifies the edge’s line start tip. |
From |
Specifies an index of a shape connection point where the edge starts. |
Key |
Specifies the key value of the item.
Inherited from Diagram |
Line |
Specifies the edge’s line type. |
Locked | Specifies whether the edge is locked. |
Points | Specifies the edge’s key points. |
Style | Specifies the edge style. |
Text | Specifies the text of the edge. |
Text |
Specifies the edge’s text style. |
To |
Specifies the edge’s end node key. |
To |
Specifies the edge’s line end tip. |
To |
Specifies an index of a shape connection point where the edge ends. |
ZIndex | Specifies the edge’s z-index. |
#Methods
Name | Description |
---|---|
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 a string that represents the current object. Inherited from Object. |
See Also