ScrollBar.LineUpCommand 字段

定义

Track的垂直方向将 ScrollBar 滚动 ScrollBar 的命令。

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

字段值

示例

以下示例演示如何在自定义 ScrollBar 样式模板中指定 LineUpCommand

<RepeatButton Grid.Row="0" 
              Style="{DynamicResource Scrollbar_LineButton}" 
              Command="ScrollBar.LineUpCommand" Content=" ^" />

注解

此命令通过 SmallChange 属性的值减少 ScrollBarTrackValue

当用户按下向上键时,将发生此命令。

ScrollViewer 控件中实现 ScrollBar 时,ScrollViewer 将执行此命令。

XAML 文本用法

scrollBar.LineUpCommand对象属性

适用于

另请参阅