Class H2ElementImpl
Class that is responsible for <H2> 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("h2")]
public class H2ElementImpl : H1ElementImpl, IHTMLElement, ICloneable, IDisposable
Constructors
H2ElementImpl(IHTMLElement)
Initializes a new instance of the H2ElementImpl class
Declaration
public H2ElementImpl(IHTMLElement parent)
Parameters
Type | Name | Description |
---|---|---|
IHTMLElement | parent | Parent element. |
Methods
GetFontSize()
Overridden. Returns the default font size for the element.
Declaration
protected override int GetFontSize()
Returns
Type | Description |
---|---|
System.Int32 | Size of the font. |
Overrides
Implements
System.ICloneable
System.IDisposable