C# Class ScreenToGif.Controls.RangeSlider

Range Slider control.
Inheritance: System.Windows.Controls.Control
Show file Open project: dbremner/ScreenToGif

Public Properties

Property Type Description
DisableLowerValueProperty System.Windows.DependencyProperty
LowerValueProperty System.Windows.DependencyProperty
MaximumProperty System.Windows.DependencyProperty
MinimumProperty System.Windows.DependencyProperty
TickPlacementProperty System.Windows.DependencyProperty
UpperValueProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method Description
LowerSlider_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
RangeSlider ( ) : System
RangeSlider_LayoutUpdated ( object sender, EventArgs e ) : void
SetProgressBorder ( ) : void
UpperSlider_PreviewMouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

Property Details

DisableLowerValueProperty public static property

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

LowerValueProperty public static property

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

MaximumProperty public static property

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

MinimumProperty public static property

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

TickPlacementProperty public static property

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

UpperValueProperty public static property

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