Grid.GetColumn(UIElement) 方法

定義

從指定的 UIElement 取得 Column 附加屬性的值。

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

參數

element
UIElement

要從中讀取屬性值的項目。

傳回

Int32

Column 附加屬性的值。

屬性

適用於