ScrollBarButtonType 列舉

定義

指定 AxisScrollBarClicked 事件中使用者按一下的按鈕。

public enum class ScrollBarButtonType
public enum ScrollBarButtonType
type ScrollBarButtonType = 
Public Enum ScrollBarButtonType
繼承
ScrollBarButtonType

欄位

LargeDecrement 3

透過按一下捲動捲軸方塊下方 (適用於垂直捲軸),或捲動捲軸方塊左方 (適用於水平捲軸) 的區域,大幅減低捲動檢視。

LargeIncrement 4

透過按一下捲動捲軸方塊上方 (適用於垂直捲軸),或捲動捲軸方塊右方 (適用於水平捲軸) 的區域,大幅增加捲動檢視。

SmallDecrement 1

已按一下向下鍵或向左鍵,以小幅遞減的方式減低捲動檢視。

SmallIncrement 2

已按一下向上鍵或向右鍵,以小幅遞增的方式增加捲動檢視。

ThumbTracker 0

已按一下的追蹤器按鈕 (也稱為捲軸捲動方塊)。

ZoomReset 5

已按一下縮放或重設按鈕。

備註

列舉 ScrollBarButtonType 會與 屬性搭配 ButtonType 使用,並可讓開發人員判斷使用者按一下的捲軸按鈕類型。

適用於