The members of System.Web.UI.WebControls.FontUnit are listed below.
See Also: Inherited members from System.ValueType
Initializes a new instance of the System.Web.UI.WebControls.FontUnit class with the specified font size in points. | ||
Initializes a new instance of the System.Web.UI.WebControls.FontUnit class with the specified font size. | ||
Initializes a new instance of the System.Web.UI.WebControls.FontUnit class with the specified string. | ||
Initializes a new instance of the System.Web.UI.WebControls.FontUnit class with the specified System.Web.UI.WebControls.FontSize. | ||
Initializes a new instance of the System.Web.UI.WebControls.FontUnit class with the specified System.Web.UI.WebControls.Unit. | ||
Initializes a new instance of the System.Web.UI.WebControls.FontUnit class with the specified font size and System.Web.UI.WebControls.UnitType value. | ||
Initializes a new instance of the System.Web.UI.WebControls.FontUnit class with the specified string using the specified System.Globalization.CultureInfo object. |
static readonly | Empty | FontUnit.
Represents an empty System.Web.UI.WebControls.FontUnit object. |
static readonly | Large | FontUnit.
Represents a System.Web.UI.WebControls.FontUnit object with the FontUnit.Type property set to FontSize.Large. |
static readonly | Larger | FontUnit.
Represents a System.Web.UI.WebControls.FontUnit object with the FontUnit.Type property set to FontSize.Larger. |
static readonly | Medium | FontUnit.
Represents a System.Web.UI.WebControls.FontUnit object with the FontUnit.Type property set to FontSize.Medium. |
static readonly | Small | FontUnit.
Represents a System.Web.UI.WebControls.FontUnit object with the FontUnit.Type property set to FontSize.Small. |
static readonly | Smaller | FontUnit.
Represents a System.Web.UI.WebControls.FontUnit object with the FontUnit.Type property set to FontSize.Smaller. |
static readonly | XLarge | FontUnit.
Represents a System.Web.UI.WebControls.FontUnit object with the FontUnit.Type property set to FontSize.XLarge. |
static readonly | XSmall | FontUnit.
Represents a System.Web.UI.WebControls.FontUnit object with the FontUnit.Type property set to FontSize.XSmall. |
static readonly | XXLarge | FontUnit.
Represents a System.Web.UI.WebControls.FontUnit object with the FontUnit.Type property set to FontSize.XXLarge. |
static readonly | XXSmall | FontUnit.
Represents a System.Web.UI.WebControls.FontUnit object with the FontUnit.Type property set to FontSize.XXSmall. |
[read-only] | IsEmpty | bool.
Gets a value that indicates whether the font size has been set. |
[read-only] | Type | FontSize.
Gets a System.Web.UI.WebControls.FontSize enumeration value that represents the font size. |
[read-only] | Unit | Unit.
Gets a System.Web.UI.WebControls.Unit that represents the font size. |
override | Equals(object)
| |
override | GetHashCode()
| |
static | Parse(string)
| |
static | Parse(string, System.Globalization.CultureInfo)
| |
static | Point(int)
| |
override | ToString()
| |
ToString(System.Globalization.CultureInfo)
| ||
ToString(IFormatProvider)
|
static | Equality(FontUnit, FontUnit) |
Compares two System.Web.UI.WebControls.FontUnit objects for equality. |
static | Inequality(FontUnit, FontUnit) |
Compares two System.Web.UI.WebControls.FontUnit objects for inequality. |
static | Conversion to System.Web.UI.WebControls.FontUnit(Implicit) | Documentation for this section has not yet been entered. |