ContainerSizing Enumeration
Defines how a container is queried.
Definition
Namespace: Avalonia.Styling
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public enum ContainerSizing
Public Enumeration ContainerSizing
type ContainerSizing
Members
Normal | 0 | The container is not included in any size queries. |
Width | 1 | The container size can be queried for width. |
Height | 2 | The container size can be queried for height. |
WidthAndHeight | 3 | The container size can be queried for width and height. |