Slider.DecreaseLarge Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a command that decreases the value of the Slider by the same amount as the LargeChange property.
public:
static property System::Windows::Input::RoutedCommand ^ DecreaseLarge { System::Windows::Input::RoutedCommand ^ get(); };
public static System.Windows.Input.RoutedCommand DecreaseLarge { get; }
static member DecreaseLarge : System.Windows.Input.RoutedCommand
Public Shared ReadOnly Property DecreaseLarge As RoutedCommand
Property Value
The RoutedCommand that decreases the value of the Slider by the same amount as the LargeChange property. The default InputGesture is PageDown.
Remarks
If the IsDirectionReversed property is set to true
, the InputGesture for this command is PageUp.
The default value of the LargeChange property is (0.1).
XAML Attribute Usage
<object property="Slider.DecreaseLarge"/>