ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTLineMarkStat Class / Length Property




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

    Property Value

    Double value.
    See Also