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 연결된 속성의 값입니다.

특성

적용 대상