GridUnitType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values that control how the Value property is interpreted for row and column definitions.
public enum GridUnitType
type GridUnitType =
- Inheritance
-
System.EnumGridUnitType
Fields
Name | Value | Description |
---|---|---|
Absolute | 0 | Interpret the Value property value as the number of device-specific units. |
Star | 1 | Interpret the Value property value as a proportional weight, to be laid out after rows and columns with Absolute or Auto are accounted for. |
Auto | 2 | Ignore the Value property value and choose a size that fits the children of the row or column. |