Table of Contents

Class SvgAnimatedEnumeration

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

Summary description for SvgAnimatedEnumeration.

public sealed class SvgAnimatedEnumeration : ISvgAnimatedEnumeration
Inheritance
SvgAnimatedEnumeration
Implements
Inherited Members

Constructors

SvgAnimatedEnumeration(ushort)

Properties

AnimVal

If the given attribute or property is being animated, contains the current animated value of the attribute or property. If the given attribute or property is not currently being animated, contains the same value as 'BaseVal'.

BaseVal

The base value of the given attribute before applying any animations. Inheriting Class should throw an exception when the value is read only