ContainerSizing Enum
Definition
Defines how a container is queried.
public enum ContainerSizing
Fields
| Name | Description |
|---|---|
| Height | The container size can be queried for height. |
| Normal | The container is not included in any size queries. |
| Width | The container size can be queried for width. |
| WidthAndHeight | The 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