ScrollViewer.CurrentAnchor プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
スクロール アンカーに使用する現在選択されているアンカー要素。
public:
property UIElement ^ CurrentAnchor { UIElement ^ get(); };
UIElement CurrentAnchor();
public UIElement CurrentAnchor { get; }
var uIElement = scrollViewer.currentAnchor;
Public ReadOnly Property CurrentAnchor As UIElement
プロパティ値
レイアウト パスの後のスクロール アンカー用に最後に選択した UIElement ( null)。
実装
Windows の要件
デバイス ファミリ |
Windows 10, version 1809 (10.0.17763.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v7.0 で導入)
|
注釈
ScrollViewer に登録されているアンカー候補がない場合、または選択されていない場合、CurrentAnchor は null になります。