Class SVGAnimatedNumber

Class SVGAnimatedNumber

Il nome: Aspose.Html.Dom.Svg.DataTypes Assemblaggio: Aspose.HTML.dll (25.4.0)

Utilizzato per attributi di numero di tipo di base che possono essere animati.

[DOMName("SVGAnimatedNumber")]
[ComVisible(true)]
[DOMObject]
public class SVGAnimatedNumber : SVGAnimatedValue<float>, INotifyPropertyChanged, IDisposable

Inheritance

object DOMObject SVGValueType SVGAnimatedValue SVGAnimatedNumber

Implements

INotifyPropertyChanged , IDisposable

I membri ereditari

SVGAnimatedValue.Dispose(bool) , SVGAnimatedValue.BaseVal , SVGAnimatedValue.AnimVal , 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()

Methods

ToString()

Ritorna un System.String che rappresenta questa instanza.

public override string ToString()

Returns

string

Un sistema.String che rappresenta questa instanza.

 Italiano