Table of Contents

Enum SvgCoordinateUnits

Namespace
Svg
Assembly
Svg.dll

Defines the various coordinate units certain SVG elements may use.

[TypeConverter(typeof(SvgCoordinateUnitsConverter))]
public enum SvgCoordinateUnits

Fields

ObjectBoundingBox = 0

Indicates that the coordinate system of the owner element is to be used.

UserSpaceOnUse = 1

Indicates that the coordinate system of the entire document is to be used.