Table of Contents

Class SVGUnitTypes

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The SVGUnitTypes interface defines a commonly used set of constants used for reflecting gradientUnits, patternContentUnits and other similar attributes.

[Value("SVGUnitTypes")]
public class SVGUnitTypes
Inheritance
SVGUnitTypes
Inherited Members

Remarks

Constructors

SVGUnitTypes()

public SVGUnitTypes()

Fields

SVG_UNIT_TYPE_OBJECTBOUNDINGBOX

[Value("SVG_UNIT_TYPE_OBJECTBOUNDINGBOX")]
public const ushort SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2

Field Value

ushort

SVG_UNIT_TYPE_UNKNOWN

[Value("SVG_UNIT_TYPE_UNKNOWN")]
public const ushort SVG_UNIT_TYPE_UNKNOWN = 0

Field Value

ushort

SVG_UNIT_TYPE_USERSPACEONUSE

[Value("SVG_UNIT_TYPE_USERSPACEONUSE")]
public const ushort SVG_UNIT_TYPE_USERSPACEONUSE = 1

Field Value

ushort