Enum SvgMarkerOrient
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
public enum SvgMarkerOrient
Fields
Unknown = 0
The marker orientation is not one of predefined 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.
Auto = 1
Attribute orient has value 'auto'.
Angle = 2
Attribute orient has an angle value.
AutoStartReverse = 3
Attribute orient has value 'auto-start-reverse'.