FlexPosition 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 layout coordinates are interpreted when specifying the positions of child elements.
public enum FlexPosition
type FlexPosition =
- Inheritance
-
System.EnumFlexPosition
Fields
Name | Value | Description |
---|---|---|
Relative | 0 | Indicates that coordinates are values in the range [0,1], where |
Absolute | 1 | Indicates that coordinates are given in device-independent pixels. |