Specifies how the node labels are positioned.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public enum RelativeToNode |
Visual Basic Copy Code |
---|
Public Enum RelativeToNode |
Member name | Description | |
---|---|---|
Edge |
Indicates that the node labels are positioned relative to a specified edge. |
|
Corner |
Indicates that the node labels are positioned relative to a specified corner point. |
|
Center |
Indicates that the node labels are positioned relative to the node center. |
MvcDiagram Programmer's Guide | © 2024 MindFusion |