SVGLength.UnitType

SVGLength.UnitType property

The type of the value as specified by one of the SVG_LENGTHTYPE_* constants defined on this interface.

public ushort UnitType { get; }

Property Value

The type of the unit.

See Also