ScrollPresenter.CurrentAnchor 属性

定义

获取在布局传递后最近为滚动定位选择 UIElement 的 (如果有)。

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

属性值

在布局传递后最近为滚动定位选择 UIElement 的 (如果有);否则为 null

实现

适用于