Enum SvgCoordinateUnits
Defines the various coordinate units certain SVG elements may use.
Namespace: Svg
Assembly: Svg.dll
Syntax
[TypeConverter(typeof(SvgCoordinateUnitsConverter))]
public enum SvgCoordinateUnits
Fields
| Name | Description |
|---|---|
| ObjectBoundingBox | Indicates that the coordinate system of the owner element is to be used. |
| UserSpaceOnUse | Indicates that the coordinate system of the entire document is to be used. |