ImageGear .NET
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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback