Class SUPElementImpl
Class that is responsible for <B> 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("sup")]
public class SUPElementImpl : BaseElement, IHTMLElement, ICloneable, IDisposable
Constructors
SUPElementImpl(IHTMLElement)
Initializes a new instance of the SUPElementImpl class
Declaration
public SUPElementImpl(IHTMLElement parent)
Parameters
Type | Name | Description |
---|---|---|
IHTMLElement | parent | Parent element for this object. |
SUPElementImpl(IHTMLElement, String)
Initializes a new instance of the SUPElementImpl class
Declaration
protected SUPElementImpl(IHTMLElement parent, string tagName)
Parameters
Type | Name | Description |
---|---|---|
IHTMLElement | parent | Parent element for this object. |
System.String | tagName | Name of the tag. |
Fields
DEF_FONT_SIZE_MULTIPLIER
Multiplier for calculating size of the font.
Declaration
protected const float DEF_FONT_SIZE_MULTIPLIER = 0.75F
Field Value
Type |
---|
System.Single |
Properties
SupportedEvents
Returns an array of supported events.
Declaration
public override string[] SupportedEvents { get; }
Property Value
Type |
---|
System.String[] |
Overrides
Implements
System.ICloneable
System.IDisposable