C# Class ScreenToGif.Controls.SpectrumSlider

Spectrum Slider.
Inheritance: System.Windows.Controls.Slider
Show file Open project: dbremner/ScreenToGif

Public Properties

Property Type Description
SelectedColorProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void

Protected Methods

Method Description
OnValueChanged ( double oldValue, double newValue ) : void

Private Methods

Method Description
CreateSpectrum ( ) : void
SpectrumSlider ( ) : System
UpdateColorSpectrum ( ) : void
_colorThumb_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

OnValueChanged() protected method

protected OnValueChanged ( double oldValue, double newValue ) : void
oldValue double
newValue double
return void

Property Details

SelectedColorProperty public static property

public static DependencyProperty,System.Windows SelectedColorProperty
return System.Windows.DependencyProperty