ImageGear .NET - Updated
StartHeadType Property (IImGearARTLine)




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

Property Value

ImGearARTLineHeadType enumeration value.
See Also

Reference

IImGearARTLine Interface
IImGearARTLine Members
ImGearARTLineHeadType Enumeration