Skip to main content

ContainerSizing Enum

Definition

Assembly:Avalonia.Base
Package:Avalonia

Defines how a container is queried.

public enum ContainerSizing

Inheritance: Enum -> ContainerSizing

Fields

NameDescription
HeightThe container size can be queried for height.
NormalThe container is not included in any size queries.
WidthThe container size can be queried for width.
WidthAndHeightThe container size can be queried for width and height.

Height Field

The container size can be queried for height.

public Avalonia.Styling.ContainerSizing Height

Normal Field

The container is not included in any size queries.

public Avalonia.Styling.ContainerSizing Normal

Width Field

The container size can be queried for width.

public Avalonia.Styling.ContainerSizing Width

WidthAndHeight Field

The container size can be queried for width and height.

public Avalonia.Styling.ContainerSizing WidthAndHeight