ImageGear .NET - Updated
EndHeadType Property (IImGearARTLine)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTLine Interface : EndHeadType Property
Gets or sets the type of the line's end head.
Syntax
'Declaration
 
Property EndHeadType As ImGearARTLineHeadType
'Usage
 
Dim instance As IImGearARTLine
Dim value As ImGearARTLineHeadType
 
instance.EndHeadType = value
 
value = instance.EndHeadType
ImGearARTLineHeadType EndHeadType {get; set;}
__property ImGearARTLineHeadType get_EndHeadType();
__property void set_EndHeadType( 
   ImGearARTLineHeadType value
);
property ImGearARTLineHeadType EndHeadType {
   ImGearARTLineHeadType get();
   void set (    ImGearARTLineHeadType value);
}

Property Value

ImGearARTLineHeadType enumeration value.
See Also

Reference

IImGearARTLine Interface
IImGearARTLine Members
ImGearARTLineHeadType Enumeration