In This Topic
Sets the value of the Dock attached property for the specified element.
Syntax
'Declaration
Public Shared Sub SetDock( _
ByVal As Windows.UI.Xaml.DependencyObject, _
ByVal As Dock _
)
public static void SetDock(
Windows.UI.Xaml.DependencyObject ,
Dock
)
Parameters
- element
- The element to write the attached property to.
- value
- The property value to set.
See Also