Class FONTElementImpl
Class that is responsible for <FONT> Tag.
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
[ElementTag("font")]
public class FONTElementImpl : BaseElement, IHTMLElement, ICloneable, IDisposable
Constructors
FONTElementImpl(IHTMLElement)
Initializes a new instance of the FONTElementImpl class
Declaration
public FONTElementImpl(IHTMLElement parent)
Parameters
| Type | Name | Description |
|---|---|---|
| IHTMLElement | parent | Parent element. |
Properties
OwnFormat
Overridden. Own format for font. (Sets the size of the font if needed).
Declaration
protected override HTMLFormat OwnFormat { get; }
Property Value
| Type |
|---|
| HTMLFormat |
Overrides
SupportedEvents
Returns the array of supported events.
Declaration
public override string[] SupportedEvents { get; }
Property Value
| Type |
|---|
| System.String[] |
Overrides
Methods
GetFormatFromAttributes()
Overridden. Creates the format from attributes.
Declaration
protected override HTMLFormat GetFormatFromAttributes()
Returns
| Type | Description |
|---|---|
| HTMLFormat | Format created from attributes. |
Overrides
Implements
System.ICloneable
System.IDisposable