ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPolyline Class / StartHeadLength Property




In This Topic
    StartHeadLength Property (ImGearARTPolyline)
    In This Topic
    Gets or sets the start head length of the mark.
    Syntax
    'Declaration
     
    Public Property StartHeadLength As Integer
    'Usage
     
    Dim instance As ImGearARTPolyline
    Dim value As Integer
     
    instance.StartHeadLength = value
     
    value = instance.StartHeadLength
    public int StartHeadLength {get; set;}
    public: __property int get_StartHeadLength();
    public: __property void set_StartHeadLength( 
       int value
    );
    public:
    property int StartHeadLength {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    See Also