SetSizing Method
Sets the value of the Container.Name attached property.
Definition
Namespace: Avalonia.Styling
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static void SetSizing(
Layoutable layoutable,
ContainerSizing sizing
)
Public Shared Sub SetSizing (
layoutable As Layoutable,
sizing As ContainerSizing
)
static member SetSizing :
layoutable : Layoutable *
sizing : ContainerSizing -> unit
Parameters
- Layoutable
- The layoutable to set the value on.
- ContainerSizing
- The container sizing mode.