Enum SvgAngleType
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
The basic Angle Value Types
public enum SvgAngleType
Fields
Unknown = 0
The unit type is not one of predefined unit types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.
Unspecified = 1
No unit type was provided (i.e., a unitless value was specified). For angles, a unitless value is treated the same as if degrees were specified.
Deg = 11
The unit type was explicitly set to degrees.
Rad = 12
The unit type is radians.
Grad = 13
The unit type is grads.