The members of System.Web.UI.WebControls.Unit are listed below.
See Also: Inherited members from System.ValueType
Initializes a new instance of the System.Web.UI.WebControls.Unit structure with the specified double precision floating point number. | ||
Initializes a new instance of the System.Web.UI.WebControls.Unit structure with the specified 32-bit signed integer. | ||
Initializes a new instance of the System.Web.UI.WebControls.Unit structure with the specified length. | ||
Initializes a new instance of the System.Web.UI.WebControls.Unit structure with the specified double precision floating point number and System.Web.UI.WebControls.UnitType. | ||
Initializes a new instance of the System.Web.UI.WebControls.Unit structure with the specified length and System.Globalization.CultureInfo. |
static readonly | Empty | Unit.
Represents an empty System.Web.UI.WebControls.Unit. This field is read-only. |
[read-only] | IsEmpty | bool.
Gets a value indicating whether the System.Web.UI.WebControls.Unit is empty. |
[read-only] | Type | UnitType.
Gets the unit type of the System.Web.UI.WebControls.Unit. |
[read-only] | Value | double.
Gets the length of the System.Web.UI.WebControls.Unit. |
override | Equals(object)
| |
override | GetHashCode()
| |
static | Parse(string)
| |
static | Parse(string, System.Globalization.CultureInfo)
| |
static | Percentage(double)
| |
static | Pixel(int)
| |
static | Point(int)
| |
override | ToString()
| |
ToString(System.Globalization.CultureInfo)
| ||
ToString(IFormatProvider)
|
static | Equality(Unit, Unit) |
Compares two System.Web.UI.WebControls.Unit objects to determine whether they are equal. |
static | Inequality(Unit, Unit) |
Compares two System.Web.UI.WebControls.Unit objects to determine whether they are not equal. |
static | Conversion to System.Web.UI.WebControls.Unit(Implicit) | Documentation for this section has not yet been entered. |