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'.
If placed by marker-start, the marker is oriented 180‹ different from the orientation that would be used if 'auto' where specified. For all other markers, 'auto-start-reverse' means the same as 'auto'.
This allows a single arrowhead marker to be defined that can be used for both the start and end of a path, i.e. which points outwards from both ends.