ImageGear .NET - Updated
EndHeadType Property (ImGearARTPolyline)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPolyline Class : EndHeadType Property
Gets or sets the end head type of the mark.
Syntax
'Declaration
 
Public Property EndHeadType As ImGearARTLineHeadType
'Usage
 
Dim instance As ImGearARTPolyline
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

ImGearARTPolyline Class
ImGearARTPolyline Members
ImGearARTLineHeadType Enumeration