ArrangeSetBounds Method
Called during the arrange pass to set the size of the window.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected virtual Size ArrangeSetBounds(
Size size
)
Protected Overridable Function ArrangeSetBounds (
size As Size
) As Size
abstract ArrangeSetBounds :
size : Size -> Size
override ArrangeSetBounds :
size : Size -> Size
Parameters
- Size
- The requested size of the window.
Return Value
Size
The actual size of the window.