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