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




In This Topic
    Meter Property
    In This Topic
    Gets a predefined Meter measurement unit.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property Meter As ImGearARTMeasurementUnit
    'Usage
     
    Dim value As ImGearARTMeasurementUnit
     
    value = ImGearARTMeasurementUnit.Meter
    public static ImGearARTMeasurementUnit Meter {get;}
    public: __property static ImGearARTMeasurementUnit get_Meter();
    public:
    static property ImGearARTMeasurementUnit Meter {
       ImGearARTMeasurementUnit get();
    }

    Property Value

    ImGearARTMeasurementUnit class object.
    See Also