Gets the unit's size in inches.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public double Amount { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Amount As Double |
A double value specifying the size in inches of a single unit of this type.
See Also