Enum SvgMarkerUnit
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
public enum SvgMarkerUnit
Fields
Unknown = 0
The marker unit type 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.
UserSpaceOnUse = 1
The value of attribute markerUnits is 'userSpaceOnUse'.
StrokeWidth = 2
The value of attribute markerUnits is 'strokeWidth'.