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




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

    Property Value

    ImGearARTMeasurementUnit class object.
    See Also