Gets or sets an angle of the specified hatch line in radians.
public float LineAngle {get; set;}
public: __property float get_LineAngle();
public: __property void set_LineAngle(
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...