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 。