Grid.SetColumn Method (UIElement, Int32)

 

Sets the value of the Column attached property to a given UIElement.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

Public Shared Sub SetColumn (
	element As UIElement,
	value As Integer
)

Parameters

element
Type: System.Windows.UIElement

The element on which to set the Column attached property.

value
Type: System.Int32

The property value to set.

.NET Framework
Available since 3.0
Return to top
Show: