ItemsStackPanel.ScrollingDirection プロパティ

定義

項目が前方または後方にパンしているか、パンされていないかを示す値を取得します。

public:
 property PanelScrollingDirection ScrollingDirection { PanelScrollingDirection get(); };
PanelScrollingDirection ScrollingDirection();
public PanelScrollingDirection ScrollingDirection { get; }
var panelScrollingDirection = itemsStackPanel.scrollingDirection;
Public ReadOnly Property ScrollingDirection As PanelScrollingDirection

プロパティ値

項目が 前方 または 後方にパン中か、アイテムがパンしていない場合は None を示す列挙値。

適用対象