ImageGear .NET
LineAngle Property




Gets or sets an angle of the specified hatch line in radians.
Syntax
public float LineAngle {get; set;}
public: __property float get_LineAngle();
public: __property void set_LineAngle( 
   float value
);
public:
property float LineAngle {
   float get();
   void set (    float value);
}
'Declaration
 
Public Property LineAngle As Single
 
'Usage
 
Dim instance As ImGearVectorHatchline
Dim value As Single
 
instance.LineAngle = value
 
value = instance.LineAngle

Property Value

Any positive value in the range of 0 - 6.28...
See Also

Reference

ImGearVectorHatchline Class
ImGearVectorHatchline Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback