Class SVGAnimatedString

Class SVGAnimatedString

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

Utilizzato per attributi di tipo DOMString che possono essere animati.

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

Inheritance

object DOMObject SVGValueType SVGAnimatedValue SVGAnimatedString

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