ImageGear .NET
StartHeadAngle Property (ImGearARTLine)




Gets or sets the angle of the line's start head.
Syntax
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);
}
'Declaration
 
Public Property StartHeadAngle As Integer
 
'Usage
 
Dim instance As ImGearARTLine
Dim value As Integer
 
instance.StartHeadAngle = value
 
value = instance.StartHeadAngle

Property Value

Integer value.
See Also

Reference

ImGearARTLine Class
ImGearARTLine Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback