C# Class ColorBox.GradientStopSlider

Inheritance: System.Windows.Controls.Slider
显示文件 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_oe static_oe property

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

SelectedGradientProperty public_oe static_oe property

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