LayoutHelperApplyLayoutConstraints Method
Namespace: Avalonia.LayoutAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Size ApplyLayoutConstraints(
Layoutable control,
Size constraints
)
Public Shared Function ApplyLayoutConstraints (
control As Layoutable,
constraints As Size
) As Size
static member ApplyLayoutConstraints :
control : Layoutable *
constraints : Size -> Size
- control Layoutable
- The control.
- constraints Size
- The space available for the control.
SizeThe control's size.