ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTRuler Interface / Length Property




In This Topic
    Length Property (IImGearARTRuler)
    In This Topic
    Gets the length of the Ruler mark.
    Syntax
    'Declaration
     
    ReadOnly Property Length As Double
    'Usage
     
    Dim instance As IImGearARTRuler
    Dim value As Double
     
    value = instance.Length
    double Length {get;}
    __property double get_Length();
    property double Length {
       double get();
    }

    Property Value

    Double value.
    See Also