Gets or sets an angle of the specified hatch line in radians.
Syntax
'Declaration
Public Property LineAngle As Single
'Usage
Dim instance As ImGearVectorHatchline
Dim value As Single
instance.LineAngle = value
value = instance.LineAngle
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);
}
Property Value
Any positive value in the range of 0 - 6.28...
See Also