Specifies the type of a unit of measure.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public enum MeasureUnitType |
Visual Basic Copy Code |
---|
Public Enum MeasureUnitType |
Member name | Description | |
---|---|---|
Device |
Indicates device-dependent unit of measure, expressed in device pixels. |
|
Logical |
Indicates logical unit of measure, expressed as units-per-inch. |
|
Special |
Indicates special unit of measure, such as percentage. |
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |