GetSizing Method
Gets the value of the Container.Sizing attached property.
Definition
Namespace: Avalonia.Styling
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static ContainerSizing GetSizing(
Layoutable layoutable
)
Public Shared Function GetSizing (
layoutable As Layoutable
) As ContainerSizing
static member GetSizing :
layoutable : Layoutable -> ContainerSizing
Parameters
- Layoutable
- The layoutable to read the value from.
Return Value
ContainerSizing
The container sizing mode of the layoutable