ImageGear .NET
EndHeadType Property (ImGearARTLine)




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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback