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




In This Topic
    Abbreviation Property
    In This Topic
    Gets an abbreviation of the unit.
    Syntax
    'Declaration
     
    Public ReadOnly Property Abbreviation As String
    'Usage
     
    Dim instance As ImGearARTMeasurementUnit
    Dim value As String
     
    value = instance.Abbreviation
    public string Abbreviation {get;}
    public: __property string* get_Abbreviation();
    public:
    property String^ Abbreviation {
       String^ get();
    }

    Property Value

    String value.
    See Also