共用方式為


ScrollView.CurrentAnchor 屬性

定義

取得在版面配置階段之後最近選擇 UIElement 卷動錨定,如果有的話。

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

屬性值

如果有任何配置階段,則為最近選擇 UIElement 捲動錨定,否則為 null

適用於