ImageGear for .NET
StartHeadAngle Property (ImGearARTLine)




Gets or sets the angle of the line's start head.
Syntax
'Declaration
 
Public Property StartHeadAngle As Integer
'Usage
 
Dim instance As ImGearARTLine
Dim value As Integer
 
instance.StartHeadAngle = value
 
value = instance.StartHeadAngle
public int StartHeadAngle {get; set;}
public: __property int get_StartHeadAngle();
public: __property void set_StartHeadAngle( 
   int value
);
public:
property int StartHeadAngle {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

ImGearARTLine Class
ImGearARTLine Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback