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

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public static void SetDock(
	DependencyObject element,
	Dock value
)
Visual Basic
Public Shared Sub SetDock ( _
	element As DependencyObject, _
	value As Dock _
)

Parameters

element
Type: System.Windows..::..DependencyObject
The element to write the attached property to.
value
Type: C1.Silverlight..::..Dock
The property value to set.

See Also