Class SVGAnimatedValue
Namespace: Aspose.Html.Dom.Svg.DataTypes
Assembly: Aspose.HTML.dll (25.7.0)
Used for attributes of types which can be animated.
[ComVisible(true)]
[DOMObject]
[DOMNoInterfaceObject]
public abstract class SVGAnimatedValue<t> : SVGValueType, INotifyPropertyChanged, IDisposableType Parameters
T
The SVG Value object.
Inheritance
object ← DOMObject ← SVGValueType ← SVGAnimatedValue<t>
Implements
INotifyPropertyChanged , IDisposable
Inherited Members
SVGValueType.Dispose() , SVGValueType.Dispose(bool) , DOMObject.GetPlatformType() , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
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.
[DOMName("animVal")]
public virtual T AnimVal { get; }Property Value
T
BaseVal
The base value of the given attribute before applying any animations.
[DOMName("baseVal")]
public T BaseVal { get; set; }Property Value
T
Methods
Dispose(bool)
Releases unmanaged and - optionally - managed resources.
protected override void Dispose(bool disposing)Parameters
disposing bool
true to release both managed and unmanaged resources; false to release only unmanaged resources.
</t>