Defines values that indicate whether point positions are specified as percentage, or in absolute units relative to the node's top-left corner.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public enum UnitType |
Visual Basic Copy Code |
---|
Public Enum UnitType |
Member name | Description | |
---|---|---|
Fixed |
Point coordinates designate fixed offset from the node's top-left corner. |
|
Percentage |
Point coordinates are specified as percentage of the node's size. |
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |