C# Class ScreenToGif.Controls.RangeSlider

Range Slider control.
Inheritance: System.Windows.Controls.Control
Mostrar archivo 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_oe static_oe property

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

LowerValueProperty public_oe static_oe property

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

MaximumProperty public_oe static_oe property

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

MinimumProperty public_oe static_oe property

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

TickPlacementProperty public_oe static_oe property

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

UpperValueProperty public_oe static_oe property

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