LastChildFill Property
Gets or sets a value which indicates whether the last child of the DockPanel fills the remaining space in the panel.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public bool LastChildFill { get; set; }
Public Property LastChildFill As Boolean
Get
Set
member LastChildFill : bool with get, set