Svg.SVGAnimatedLength Class Reference

Detailed Description

An animated SVG length.

Inheritance diagram for Svg.SVGAnimatedLength:
Svg.SVGSerializable

Public Member Functions

 SVGAnimatedLength (Css.Value rawValue, Node node, string attr)
 
override void Reserialize ()
 

Properties

SVGLength baseVal [get]
 The reflected base value. More...
 
SVGLength animVal [get]
 The reflected animatable value. More...
 

Private Attributes

SVGLength baseValue_
 

Additional Inherited Members

- Public Attributes inherited from Svg.SVGSerializable
Dom.Node HostNode
 The node being reflected (if any). More...
 
string AttributeName
 The attribute being reflected (if any) in the host node. More...
 
- Protected Attributes inherited from Svg.SVGSerializable
bool IsReadOnly
 Is this list readonly? More...
 

Constructor & Destructor Documentation

Svg.SVGAnimatedLength.SVGAnimatedLength ( Css.Value  rawValue,
Node  node,
string  attr 
)
inline

Member Function Documentation

override void Svg.SVGAnimatedLength.Reserialize ( )
inlinevirtual

Reimplemented from Svg.SVGSerializable.

Member Data Documentation

SVGLength Svg.SVGAnimatedLength.baseValue_
private

Property Documentation

SVGLength Svg.SVGAnimatedLength.animVal
get

The reflected animatable value.

SVGLength Svg.SVGAnimatedLength.baseVal
get

The reflected base value.