Class Text
Class which represents string in the block.
Inheritance
System.Object
Text
Implements
System.ICloneable
Namespace: Syncfusion.Windows.Forms.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public sealed class Text : Object, ICloneable
Methods
Clone()
Clones object.
Declaration
public Text Clone()
Returns
| Type | Description |
|---|---|
| Text | Cloned object. |
Implements
System.ICloneable