SVGAnimatedLength Class

SVGAnimatedLength class

Used for attributes of basic type length which can be animated.

public class SVGAnimatedLength : SVGAnimatedValue<SVGLength>

Properties

NameDescription
virtual AnimVal { get; }
BaseVal { get; set; }

Methods

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

See Also