Enum SvgUnitType
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
This defines a commonly used set of constants and is a base interface used by ISvgGradientElement, ISvgPatternElement, ISvgClipPathElement, ISvgMaskElement and ISvgFilterElement.
public enum SvgUnitType : ushort
Fields
Unknown = 0The 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 = 1Corresponds to value
'userSpaceOnUse'.ObjectBoundingBox = 2Corresponds to value
'objectBoundingBox'.