点击或拖拽改变大小

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.
Top
参见