点击或拖拽改变大小

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