Search
MeasureUnit.Name Property
See Also
 





Gets the name of the unit.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string Name { get; }

Visual Basic  Copy Code

Public ReadOnly Property Name As String

 Property Value

The name passed to MeasureUnit constructors.

 See Also