Share via


Slider.DecreaseSmall Proprietà

Definizione

Ottiene un comando che diminuisce il valore di Slider della stessa quantità della proprietà SmallChange.

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

Valore della proprietà

RoutedCommand

Comando RoutedCommand che diminuisce il valore di Slider della stessa quantità della proprietà SmallChange. Gli oggetti InputGesture predefiniti sono Down e Left.

Commenti

Se la IsDirectionReversed proprietà è impostata su true, gli InputGesture oggetti sono Up e Right.

Il valore predefinito della SmallChange proprietà è (0,1).

Uso della sintassi XAML per gli attributi

<object property="Slider.DecreaseSmall"/>

Si applica a