ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTArrow Class / HeadLength Property




In This Topic
    HeadLength Property
    In This Topic
    Gets or sets the length of the arrow head.
    Syntax
    'Declaration
     
    Public Property HeadLength As Integer
    'Usage
     
    Dim instance As ImGearARTArrow
    Dim value As Integer
     
    instance.HeadLength = value
     
    value = instance.HeadLength
    public int HeadLength {get; set;}
    public: __property int get_HeadLength();
    public: __property void set_HeadLength( 
       int value
    );
    public:
    property int HeadLength {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    See Also