Skip to main content

ContainerSizing Enumeration

Defines how a container is queried.

Definition

Namespace: Avalonia.Styling
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public enum ContainerSizing
View Source

Members

Normal0The container is not included in any size queries.
Width1The container size can be queried for width.
Height2The container size can be queried for height.
WidthAndHeight3The container size can be queried for width and height.

See Also

Reference

Avalonia.Styling Namespace