Slider.DecreaseSmall 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得命令,這個命令會依據與 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 物件是 Down 和 Left。
備註
IsDirectionReversed如果 屬性設定為 true
,則 InputGesture 物件為 Up 和 Right 。
屬性的 SmallChange 預設值為 (0.1) 。
XAML Attribute Usage
<object property="Slider.DecreaseSmall"/>