[]
        
(Showing Draft Content)

C1.WPF.C1DockPanel.SetDock

SetDock Method

SetDock(DependencyObject, Dock)

Sets the value of the Dock attached property for the specified element.

Declaration
public static void SetDock(DependencyObject element, Dock value)
Public Shared Sub SetDock(element As DependencyObject, value As Dock)
Parameters
Type Name Description
DependencyObject element

The element to write the attached property to.

Dock value

The property value to set.