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




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

    Property Value

    ImGearARTMeasurementUnit class object.
    See Also