Gets or sets the length of the arrow head.
Syntax
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);
}
'Declaration
Public Property HeadLength As Integer
'Usage
Dim instance As ImGearARTArrow
Dim value As Integer
instance.HeadLength = value
value = instance.HeadLength
Property Value
Integer value.
See Also