DockPanel.

SetDock(Control, Dock) Method

Summary

Sets the value of the Dock attached property on the specified control.
Namespace
Avalonia.Controls
Containing Type
DockPanel

Syntax

public static void SetDock(Control control, Dock value)

Parameters

Name Type Description
control Control The control.
value Dock The value of the Dock property.

Return Value

Type Description
void