Property AngBase
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
AngBase
Returns and sets where the direction start angle is in radians.
public double AngBase { get; set; }
Property Value
Remarks
This value is used when displaying angular object properties or when parsing user input. Valid Values are from 0 to 2*Pi in Radians and default value is 0. Raizes the OnBeforeModifyObject event. Raizes the OnAfterModifyObject event.
- See Also