ImageGear .NET - Updated
HeadLength Property




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

Reference

ImGearARTArrow Class
ImGearARTArrow Members