DockPanelLastChildFill 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) Version: 11.3.999
public bool LastChildFill { get; set; }

Property Value

Boolean

See Also