GridLength 属性 |
GridLength 类型公开以下成员。
名称 | 说明 | |
---|---|---|
Auto |
Returns initialized Auto GridLength value.
| |
GridUnitType |
Returns unit type of this GridLength instance.
| |
IsAbsolute |
Returns true if this GridLength instance holds
an absolute (pixel) value.
| |
IsAuto |
Returns true if this GridLength instance is
automatic (not specified).
| |
IsStar |
Returns true if this GridLength instance holds weighted propertion
of available space.
| |
Star |
* 默认Value=1
| |
Value |
Returns value part of this GridLength instance.
|