Class Text
Class which represents string in the block.
Inheritance
System.Object
Text
Implements
System.ICloneable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public sealed class Text : ICloneable
Methods
Clone()
Clones object.
Declaration
public Text Clone()
Returns
Type | Description |
---|---|
Text | Cloned object. |
Explicit Interface Implementations
ICloneable.Clone()
Clones object.
Declaration
object ICloneable.Clone()
Returns
Type | Description |
---|---|
System.Object | Cloned object. |
Implements
System.ICloneable