HtmlFontSize Members
A font size of HtmlEdit text.Constructors
Name | Description |
---|---|
HtmlFontSize() | Initializes a new instance of the HtmlFontSize class. |
HtmlFontSize(Double, HtmlSizeUnit) | Initializes a new instance of the HtmlFontSize class with specified settings. |
Fields
Name | Description |
---|---|
Empty static | An HTML markup’s Initial value. |
Large static | An HTML markup’s Large value. |
Larger static | An HTML markup’s Larger value. |
Medium static | An HTML markup’s Medium value. |
Small static | An HTML markup’s Small value. |
Smaller static | An HTML markup’s Smaller value. |
XLarge static | An HTML markup’s XLarge value. |
XSmall static | An HTML markup’s XSmall value. |
XXLarge static | An HTML markup’s XXLarge value. |
XXSmall static | An HTML markup’s XXSmall value. |
Properties
Name | Description |
---|---|
IsEmpty | Gets whether the selected text’s font size is empty (Initial). |
Unit | Gets the unit of the specified font size value. |
Value | Gets the specified font size value. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from System.Object. |
GetType() | Gets the Type of the current instance. Inherited from System.Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from System.Object. |
ToString() | Returns a concatenated Value and Unit values as a String. |
See Also