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 | |
---|---|---|
Center |
Indicates that the node labels are positioned relative to the node center. |
|
Corner |
Indicates that the node labels are positioned relative to a specified corner point. |
|
Edge |
Indicates that the node labels are positioned relative to a specified edge. |
Diagramming for .NET MAUI Guide | © 2024 MindFusion |