Enum ContainerSizing
Defines how a container is queried.
public enum ContainerSizing
Fields
Height = 2
The container size can be queried for height.
Normal = 0
The container is not included in any size queries.
Width = 1
The container size can be queried for width.
WidthAndHeight = 3
The container size can be queried for width and height.