Grid.RowProperty 속성

정의

Grid.Row XAML 연결된 속성을 식별합니다.

public:
 static property DependencyProperty ^ RowProperty { DependencyProperty ^ get(); };
static DependencyProperty RowProperty();
public static DependencyProperty RowProperty { get; }
var dependencyProperty = Grid.rowProperty;
Public Shared ReadOnly Property RowProperty As DependencyProperty

속성 값

Grid.Row XAML 연결된 속성의 식별자입니다.

설명

이 속성은 속성 시스템의 식별자일 뿐이며 대부분의 앱 시나리오에서 사용되지 않습니다. 대부분의 경우 XAML에서 Grid.Row XAML 연결 속성을 설정하며 이 식별자가 필요하지 않습니다.

적용 대상

추가 정보