ImageGear .NET - Updated
Length Property (ImGearARTMarkStatistics)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTMarkStatistics Class : Length Property
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

Reference

ImGearARTMarkStatistics Class
ImGearARTMarkStatistics Members