IScrollAnchorProvider.CurrentAnchor 속성

정의

스크롤 앵커링에 사용할 현재 선택된 앵커 요소입니다.

public:
 property UIElement ^ CurrentAnchor { UIElement ^ get(); };
UIElement CurrentAnchor();
public UIElement CurrentAnchor { get; }
var uIElement = iScrollAnchorProvider.currentAnchor;
Public ReadOnly Property CurrentAnchor As UIElement

속성 값

레이아웃 통과 후 스크롤 앵커링에 대해 가장 최근에 선택한 UIElement 또는 null입니다.

설명

IScrollAnchorProvider에 등록된 앵커 후보가 없거나 선택되지 않은 경우 CurrentAnchor는 null입니다.

적용 대상

추가 정보