共用方式為


ScrollBar.LineRightCommand 欄位

定義

Track值的水準方向上,以少量捲動 ScrollBar 的命令。

public: static initonly System::Windows::Input::RoutedCommand ^ LineRightCommand;
public static readonly System.Windows.Input.RoutedCommand LineRightCommand;
 staticval mutable LineRightCommand : System.Windows.Input.RoutedCommand
Public Shared ReadOnly LineRightCommand As RoutedCommand 

欄位值

範例

下列範例示範如何在自定義 ScrollBar 樣式範本中指定 LineRightCommand

<RepeatButton Grid.Column="2" 
              Style="{DynamicResource Scrollbar_LineButton}" 									
              Command="ScrollBar.LineRightCommand" Content=" >" />

備註

此命令會將 SmallChange 屬性的值增加 ScrollBarTrackValue

當使用者按下右邊的 RepeatButton時,就會發生此命令。

當您實作 ScrollBar 做為 ScrollViewer 控件的一部分時,ScrollViewer 會執行此命令。

XAML 文字使用方式

scrollBar.LineRightCommandScrollBar.LineRightCommand 物件属性

適用於

另請參閱