ImageGear .NET v24.12 - Updated
EndHeadType Property (IImGearARTPolyline)




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

IImGearARTPolyline Interface
IImGearARTPolyline Members
ImGearARTLineHeadType Enumeration