ItemsStackPanel.ScrollingDirection プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
項目が前方または後方にパンしているか、パンされていないかを示す値を取得します。
public:
property PanelScrollingDirection ScrollingDirection { PanelScrollingDirection get(); };
PanelScrollingDirection ScrollingDirection();
public PanelScrollingDirection ScrollingDirection { get; }
var panelScrollingDirection = itemsStackPanel.scrollingDirection;
Public ReadOnly Property ScrollingDirection As PanelScrollingDirection
プロパティ値
項目が 前方 または 後方にパン中か、アイテムがパンしていない場合は None を示す列挙値。