ImageGear .NET - Updated
EndHeadLength Property (IImGearARTLine)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTLine Interface : EndHeadLength Property
Gets or sets the length of the line's end head.
Syntax
'Declaration
 
Property EndHeadLength As Integer
'Usage
 
Dim instance As IImGearARTLine
Dim value As Integer
 
instance.EndHeadLength = value
 
value = instance.EndHeadLength
int EndHeadLength {get; set;}
__property int get_EndHeadLength();
__property void set_EndHeadLength( 
   int value
);
property int EndHeadLength {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

IImGearARTLine Interface
IImGearARTLine Members