ImageGear .NET - Updated
EndHeadType Property (ImGearARTLine)




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

Property Value

ImGearARTLineHeadType enumeration value.
See Also

Reference

ImGearARTLine Class
ImGearARTLine Members
ImGearARTLineHeadType Enumeration