ImageGear .NET - Updated
HeadType Property




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTArrow Class : HeadType Property
Gets or sets the type of the arrow head.
Syntax
'Declaration
 
Public Property HeadType As ImGearARTLineHeadType
'Usage
 
Dim instance As ImGearARTArrow
Dim value As ImGearARTLineHeadType
 
instance.HeadType = value
 
value = instance.HeadType
public ImGearARTLineHeadType HeadType {get; set;}
public: __property ImGearARTLineHeadType get_HeadType();
public: __property void set_HeadType( 
   ImGearARTLineHeadType value
);
public:
property ImGearARTLineHeadType HeadType {
   ImGearARTLineHeadType get();
   void set (    ImGearARTLineHeadType value);
}

Property Value

ImGearARTLineHeadType enumeration value.
See Also

Reference

ImGearARTArrow Class
ImGearARTArrow Members
ImGearARTLineHeadType Enumeration