UnitType Class |
Namespace: Aspose.Html.Drawing
The UnitType type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object).) |
![]() | Equals(UnitType) |
Determines whether the specified UnitType, is equal to this instance.
|
![]() | GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Determines whether the two specified UnitType values are equal.
|
![]() ![]() | (UnitType to String) |
Performs an explicit conversion from UnitType to String.
|
![]() ![]() | (String to UnitType) |
Performs an implicit conversion from String to UnitType.
|
![]() ![]() | Inequality |
Determines whether the two specified UnitType values are not equal.
|
Name | Description | |
---|---|---|
![]() ![]() | Auto |
Measurement is not defined.
|
![]() ![]() | Ch |
Measurement is relative to width of the "0" (zero).
|
![]() ![]() | Cm |
Measurement is in centimeters
|
![]() ![]() | Deg |
Measurement is in degrees.
|
![]() ![]() | Dpcm |
Measurement is in dots per centimeters.
|
![]() ![]() | Dpi |
Measurement is in dots per inch.
|
![]() ![]() | Dppx |
Measurement is in Dots per pixels unit.
|
![]() ![]() | Em |
Measurement is relative to the height of the parent element's font.
|
![]() ![]() | Ex |
Measurement is relative to the height of the lowercase letter x of the parent element's font.
|
![]() ![]() | Grad |
Measurement is in gradians.
|
![]() ![]() | Hz |
Measurement is in hertz.
|
![]() ![]() | In |
Measurement is in inches
|
![]() ![]() | Integer |
Measurement is an integer number.
|
![]() ![]() | KHz |
Measurement is in kiloHertz.
|
![]() ![]() | Mm |
Measurement is in millimeters
|
![]() ![]() | Ms |
Measurement is in milliseconds.
|
![]() ![]() | Pc |
Measurement is in picas
|
![]() ![]() | Percentage |
Measurement is in percentage.
|
![]() ![]() | Pt |
Measurement is in points
|
![]() ![]() | Px |
Measurement is in pixels
|
![]() ![]() | Q |
Measurement is in quarter-millimeters
|
![]() ![]() | Rad |
Measurement is in radians.
|
![]() ![]() | Real |
Measurement is a real number.
|
![]() ![]() | Rem |
Measurement is relative to font-size of the root element.
|
![]() ![]() | S |
Measurement is in seconds.
|
![]() ![]() | Turn |
Measurement is in turns.
|
![]() ![]() | Vh |
Measurement is relative to 1% of the height of the viewport* Try it
|
![]() ![]() | Vmax |
Measurement is relative to 1% of viewport's* larger dimension Try it
|
![]() ![]() | Vmin |
Measurement is relative to 1% of viewport's* smaller dimension Try it
|
![]() ![]() | Vw |
Measurement is relative to 1% of the width of the viewport*
|