ImageGear .NET
StartHeadType Property (ImGearARTLine)




Gets or sets the type of the line's start head.
Syntax
public ImGearARTLineHeadType StartHeadType {get; set;}
public: __property ImGearARTLineHeadType get_StartHeadType();
public: __property void set_StartHeadType( 
   ImGearARTLineHeadType value
);
public:
property ImGearARTLineHeadType StartHeadType {
   ImGearARTLineHeadType get();
   void set (    ImGearARTLineHeadType value);
}
'Declaration
 
Public Property StartHeadType As ImGearARTLineHeadType
 
'Usage
 
Dim instance As ImGearARTLine
Dim value As ImGearARTLineHeadType
 
instance.StartHeadType = value
 
value = instance.StartHeadType

Property Value

ImGearARTLineHeadType enumeration value.
See Also

Reference

ImGearARTLine Class
ImGearARTLine Members
ImGearARTLineHeadType Enumeration

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback