Slider.MaximizeValue Property

Definition

Gets a command that sets the SliderValue to the Maximum value.

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

Property Value

The RoutedCommand to use. The default is End.

Remarks

XAML Attribute Usage

<object property="Slider.MaximizeValue"/>

Applies to