Grid.GetColumn Method (UIElement)

 

Gets the value of the Column attached property from a given UIElement.

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

<AttachedPropertyBrowsableForChildrenAttribute>
Public Shared Function GetColumn (
	element As UIElement
) As Integer

Parameters

element
Type: System.Windows.UIElement

The element from which to read the property value.

Return Value

Type: System.Int32

The value of the Column attached property.

.NET Framework
Available since 3.0
Return to top
Show: