Search
MeasureUnit.StandardDivisions Property
See Also
 





Gets the number of subunits that measures of this unit type are commonly divided to.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int StandardDivisions { get; }

Visual Basic  Copy Code

Public ReadOnly Property StandardDivisions As Integer

 Property Value

The standardDivisions value passed to MeasureUnit constructors.

 See Also