DataGridLength Properties |
The DataGridLength type exposes the following members.
Name | Description | |
---|---|---|
Auto |
Gets a System.Windows.Controls.DataGridLength structure that represents the
standard automatic sizing mode.
| |
IsAbsolute |
Gets a value that indicates whether this instance sizes elements based on
a fixed pixel value.
| |
IsAuto |
Gets a value that indicates whether this instance automatically sizes elements
based on both the content of cells and the column headers.
| |
IsStar |
Gets a value that indicates whether this instance automatically sizes elements
based on a weighted proportion of available space.
| |
UnitType |
Gets the type that is used to determine how the size of the element is calculated.
| |
Value |
Gets the absolute value of the System.Windows.Controls.DataGridLength in
pixels, or 1.0 if the System.Windows.Controls.DataGridLength.UnitType property is
set to System.Windows.Controls.DataGridLengthUnitType.Auto.
|