SVGNumber Class

SVGNumber class

Used for attributes of basic type number.

public class SVGNumber : SVGValueType

Properties

NameDescription
Value { get; set; }The value of the given attribute.

Methods

NameDescription
Dispose()Releases unmanaged and - optionally - managed resources.
virtual GetPlatformType()This method is used to retrieve the ECMAScript object .
override ToString()Returns a String that represents this instance.

See Also