Gets or sets the length of the line's end head.
Syntax
public int EndHeadLength {get; set;}
public: __property int get_EndHeadLength();
public: __property void set_EndHeadLength(
int value
);
public:
property int EndHeadLength {
int get();
void set ( int value);
}
'Declaration
Public Property EndHeadLength As Integer
'Usage
Dim instance As ImGearARTLine
Dim value As Integer
instance.EndHeadLength = value
value = instance.EndHeadLength
Property Value
Integer value.
See Also