Grid.SetRow(BindableObject, Int32) 메서드

정의

자식 요소가 배치될 행을 변경합니다.

public static void SetRow (Xamarin.Forms.BindableObject bindable, int value);
static member SetRow : Xamarin.Forms.BindableObject * int -> unit

매개 변수

bindable
BindableObject

다른 행으로 이동할 이 그리드의 자식 요소입니다.

value
Int32

자식 요소를 배치할 행입니다.

설명

메서드는 SetRow(BindableObject, Int32) 다음 XAML 연결 속성에 해당합니다.

연결된 속성

항목이 표시될 행을 나타내는 정수입니다.

적용 대상