Slider.DecreaseSmall 屬性

定義

取得命令,這個命令會依據與 SmallChange 屬性相同的量減少 Slider 的值。

public:
 static property System::Windows::Input::RoutedCommand ^ DecreaseSmall { System::Windows::Input::RoutedCommand ^ get(); };
public static System.Windows.Input.RoutedCommand DecreaseSmall { get; }
static member DecreaseSmall : System.Windows.Input.RoutedCommand
Public Shared ReadOnly Property DecreaseSmall As RoutedCommand

屬性值

RoutedCommand,它會依據與 SmallChange 屬性相同的量減少 Slider 的值。 預設的 InputGesture 物件是 DownLeft

備註

IsDirectionReversed如果 屬性設定為 true ,則 InputGesture 物件為 UpRight

屬性的 SmallChange 預設值為 (0.1) 。

XAML Attribute Usage

<object property="Slider.DecreaseSmall"/>

適用於