Search
MeasureUnit.Amount Property
See Also
 





Gets the unit's size in inches.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double Amount { get; }

Visual Basic  Copy Code

Public ReadOnly Property Amount As Double

 Property Value

A double value specifying the size in inches of a single unit of this type.

 See Also