Gets the number of subunits that measures of this unit type are commonly divided to.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public int StandardDivisions { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property StandardDivisions As Integer |
The standardDivisions value passed to MeasureUnit constructors.
See Also