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




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

    Property Value

    Double value.
    Remarks
    If the mark does not have a Length (for example, Ellipse mark), this property will retun 0.
    See Also