Table of Contents

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 = 0

The 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

Corresponds to value 'userSpaceOnUse'.

ObjectBoundingBox = 2

Corresponds to value 'objectBoundingBox'.