DataGridLength 属性 |
DataGridLength 类型公开以下成员。
名称 | 说明 | |
---|---|---|
![]() ![]() | 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.
|