C# Class ColorBox.GradientStopSlider

Inheritance: System.Windows.Controls.Slider
Show file Open project: Gainedge/BetterExplorer

Public Properties

Property Type Description
ColorBoxProperty System.Windows.DependencyProperty
SelectedGradientProperty System.Windows.DependencyProperty

Protected Methods

Method Description
OnPreviewMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnValueChanged ( double oldValue, double newValue ) : void

Method Details

OnPreviewMouseLeftButtonDown() protected method

protected OnPreviewMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void

OnValueChanged() protected method

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

Property Details

ColorBoxProperty public static property

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

SelectedGradientProperty public static property

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