DockPanelSetDock Method

Sets the value of the Dock attached property on the specified control.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static void SetDock(
	Control control,
	Dock value
)

Parameters

control  Control
The control.
value  Dock
The value of the Dock property.

See Also