Slider.OnDecreaseLarge Method

Definition

Responds to the DecreaseLarge command.

protected:
 virtual void OnDecreaseLarge();
protected virtual void OnDecreaseLarge ();
abstract member OnDecreaseLarge : unit -> unit
override this.OnDecreaseLarge : unit -> unit
Protected Overridable Sub OnDecreaseLarge ()

Remarks

This method decreases the Value of the Slider by LargeChange and moves the Thumb to reflect the change.

Applies to