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

Scrolls horizontally when scrolling while holding SHIFT in TextBoxBase controls. More...

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

Static Public Attributes

static readonly DependencyProperty MagnitudeProperty
 The DependencyProperty for Magnitude. More...
 

Protected Member Functions

override void OnAttached ()
 
override void OnDetaching ()
 

Properties

double Magnitude [get, set]
 The magnitude modifier that controls the scroll distance. 1.0 is full strength, 0.0 is none. More...
 

Detailed Description

Scrolls horizontally when scrolling while holding SHIFT in TextBoxBase controls.

Member Data Documentation

◆ MagnitudeProperty

readonly DependencyProperty VolumeControl.WPF.Behaviors.TextBoxHorizontalScrollBehavior.MagnitudeProperty
static
Initial value:
= DependencyProperty.Register(
nameof(Magnitude),
typeof(double),
typeof(TextBoxHorizontalScrollBehavior),
new PropertyMetadata(0.33))
double Magnitude
The magnitude modifier that controls the scroll distance. 1.0 is full strength, 0....
Definition: TextBoxHorizontalScrollBehavior.cs:27

The DependencyProperty for Magnitude.

Property Documentation

◆ Magnitude

double VolumeControl.WPF.Behaviors.TextBoxHorizontalScrollBehavior.Magnitude
getset

The magnitude modifier that controls the scroll distance. 1.0 is full strength, 0.0 is none.


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