DataGridLength 结构 |
[缺少 "T:CPF.Controls.DataGridLength" 的 <summary> 文档]
命名空间: CPF.Controls
public struct DataGridLength : IEquatable<DataGridLength>
DataGridLength 类型公开以下成员。
| 名称 | 说明 | |
|---|---|---|
| DataGridLength(Single) |
Initializes as an absolute value in pixels.
| |
| DataGridLength(Single, DataGridLengthUnitType) |
Initializes to a specified value and unit.
|
| 名称 | 说明 | |
|---|---|---|
| Auto |
Returns a value initialized to mean "auto."
| |
| IsAbsolute |
Returns true if this DataGridLength instance holds
an absolute (pixel) value.
| |
| IsAuto |
Returns true if this DataGridLength instance is
automatic (not specified).
| |
| IsSizeToCells |
Returns true if this instance is to size to the cells of a column or row.
| |
| IsSizeToHeader |
Returns true if this instance is to size to the header of a column or row.
| |
| IsStar |
Returns true if this DataGridLength instance holds a weighted proportion
of available space.
| |
| SizeToCells |
Returns a value initialized to mean "size to cells."
| |
| SizeToHeader |
Returns a value initialized to mean "size to header."
| |
| UnitType |
Returns unit type of this DataGridLength instance.
| |
| Value |
Returns value part of this DataGridLength instance.
|
| 名称 | 说明 | |
|---|---|---|
| Equals(Object) |
Compares this instance of DataGridLength with another object.
(重写 ValueTypeEquals(Object).) | |
| Equals(DataGridLength) |
Compares this instance of DataGridLength with another instance.
| |
| GetHashCode | (重写 ValueTypeGetHashCode.) | |
| GetType | (继承自 Object。) | |
| ToString |
Returns the string representation of this object.
(重写 ValueTypeToString.) |
| 名称 | 说明 | |
|---|---|---|
| Equality |
Overloaded operator, compares 2 DataGridLength's.
| |
| (Double to DataGridLength) | ||
| (Single to DataGridLength) |
Allows for values of type float to be implicitly converted
to DataGridLength.
| |
| (String to DataGridLength) |
数字*或者直接数字或者auto,sizetocells,sizetoheader
| |
| Inequality |
Overloaded operator, compares 2 DataGridLength's.
|
| 名称 | 说明 | |
|---|---|---|
| ConvertTo |
类型转换
(由 ObjectExtenstions 定义。) | |
| Delay |
延迟操作
(由 ObjectExtenstions 定义。) | |
| Equal |
对象是否相等
(由 ObjectExtenstions 定义。) | |
| GetCreationCode | (由 ObjectExtenstions 定义。) | |
| GetPropretyValue |
获取对象属性值
(由 ObjectExtenstions 定义。) | |
| GetValue |
快速动态获取对象的属性值
(由 FastReflectionExtensions 定义。) | |
| Invoke |
快速动态调用对象的方法
(由 FastReflectionExtensions 定义。) | |
| SetPropretyValue |
设置属性值
(由 ObjectExtenstions 定义。) | |
| SetValue |
快速动态设置对象的属性值
(由 FastReflectionExtensions 定义。) |