ScrollView.CurrentAnchor 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得在版面配置階段之後最近選擇 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
。