GridUnitType Enum

Definition

Enumerates values that control how the Value property is interpreted for row and column definitions.

public enum GridUnitType
type GridUnitType = 
Inheritance
GridUnitType

Fields

Absolute 0

Interpret the Value property value as the number of device-specific units.

Auto 2

Ignore the Value property value and choose a size that fits the children of the row or column.

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.

Applies to