ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorHatch Class / LineCount Property




In This Topic
    LineCount Property
    In This Topic
    Gets a total line count in the hatch.
    Syntax
    'Declaration
     
    Public ReadOnly Property LineCount As Integer
    'Usage
     
    Dim instance As ImGearVectorHatch
    Dim value As Integer
     
    value = instance.LineCount
    public int LineCount {get;}
    public: __property int get_LineCount();
    public:
    property int LineCount {
       int get();
    }

    Property Value

    Non-negative integer number.
    See Also