ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTMeasurementUnit Structure / Name Property




In This Topic
    Name Property (ImGearARTMeasurementUnit)
    In This Topic
    Gets a full name of the unit.
    Syntax
    'Declaration
     
    Public ReadOnly Property Name As String
    'Usage
     
    Dim instance As ImGearARTMeasurementUnit
    Dim value As String
     
    value = instance.Name
    public string Name {get;}
    public: __property string* get_Name();
    public:
    property String^ Name {
       String^ get();
    }

    Property Value

    String value.
    See Also