Class UnitType

UnitType class

指定测量单位。

public sealed class UnitType : IEquatable<UnitType>

方法

姓名描述
override Equals(object)判断指定的是否Object 等于这个实例.
Equals(UnitType)判断指定的是否UnitType 等于这个实例.
override GetHashCode()返回此实例的哈希码。
override ToString()返回一个String代表这个实例.
operator ==判断指定的两个是否UnitType值相等.
explicit operator执行显式转换UnitType到String.
implicit operator执行隐式转换String到UnitType.
operator !=判断指定的两个是否UnitType值不相等。

字段

姓名描述
static readonly Auto未定义测量。
static readonly Ch测量值是相对于“0”(零)的宽度。
static readonly Cm测量单位为厘米
static readonly Deg测量单位为度。
static readonly Dpcm测量单位为每厘米点数。
static readonly Dpi测量单位为每英寸点数。
static readonly Dppx测量单位为每像素点数。
static readonly Em测量值是相对于父元素字体的高度。
static readonly Ex测量值是相对于父元素字体的小写字母 x 的高度。
static readonly Grad测量单位为 gradians.
static readonly Hz测量单位为赫兹。
static readonly In测量单位为英寸
static readonly Integer测量值是一个整数。
static readonly KHz测量单位为千赫兹。
static readonly Mm测量单位为毫米
static readonly Ms测量单位为毫秒。
static readonly Pc测量单位为 picas
static readonly Percentage测量值以百分比表示。
static readonly Pt测量以点为单位
static readonly Px测量单位为像素
static readonly Q测量单位为四分之一毫米
static readonly Rad测量单位为弧度。
static readonly Real测量值是一个实数。
static readonly Rem测量值与根元素的字体大小有关。
static readonly S测量以秒为单位。
static readonly Turn轮流测量。
static readonly Vh测量值是相对于视口高度的 1%* 试试看
static readonly Vmax测量值是相对于视口的 1%* 较大尺寸试试看
static readonly Vmin测量值是相对于视口* 较小尺寸的 1% 试试吧
static readonly Vw测量值是相对于视口宽度的 1% *

也可以看看