Gets the name of the unit.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public string Name { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Name As String |
The name passed to MeasureUnit constructors.
See Also