Volume Control
Application-specific hotkeys for Windows
VolumeControl.WPF.Behaviors.MouseWheelRangeBaseBehavior Class Reference

Behavior<T> that enables the mouse wheel to change the value of controls based on RangeBase. More...

Inheritance diagram for VolumeControl.WPF.Behaviors.MouseWheelRangeBaseBehavior:
Collaboration diagram for VolumeControl.WPF.Behaviors.MouseWheelRangeBaseBehavior:

Static Public Attributes

static readonly DependencyProperty AmountProperty
 The amount to change the slider value by. More...
 

Protected Member Functions

override void OnAttached ()
 
override void OnDetaching ()
 

Properties

double Amount [get, set]
 Gets or sets the amount to change the slider value by. More...
 

Detailed Description

Behavior<T> that enables the mouse wheel to change the value of controls based on RangeBase.

Member Data Documentation

◆ AmountProperty

readonly DependencyProperty VolumeControl.WPF.Behaviors.MouseWheelRangeBaseBehavior.AmountProperty
static
Initial value:
= DependencyProperty.RegisterAttached(
nameof(Amount),
typeof(double),
typeof(MouseWheelRangeBaseBehavior),
new UIPropertyMetadata(1.0))
double Amount
Gets or sets the amount to change the slider value by.
Definition: MouseWheelRangeBaseBehavior.cs:27

The amount to change the slider value by.

Property Documentation

◆ Amount

double VolumeControl.WPF.Behaviors.MouseWheelRangeBaseBehavior.Amount
getset

Gets or sets the amount to change the slider value by.


The documentation for this class was generated from the following file: