Grid.GetColumn(UIElement) Method

Definition

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

public:
 static int GetColumn(System::Windows::UIElement ^ element);
[System.Windows.AttachedPropertyBrowsableForChildren]
public static int GetColumn (System.Windows.UIElement element);
[<System.Windows.AttachedPropertyBrowsableForChildren>]
static member GetColumn : System.Windows.UIElement -> int
Public Shared Function GetColumn (element As UIElement) As Integer

Parameters

element
UIElement

The element from which to read the property value.

Returns

The value of the Column attached property.

Attributes

Applies to