ComponentOne Basic Library for WPF and Silverlight
C1RangeSlider Class
Members 


C1.WPF Namespace : C1RangeSlider Class
The C1RangeSlider control enables the end-user to select two values from a range by moving two Thumb controls along a track.
Object Model
C1RangeSlider Class
Syntax
'Declaration
 
<System.ComponentModel.LicenseProviderAttribute()>
<System.Windows.TemplatePartAttribute(Name="LowerThumb", Type=System.Windows.Controls.Primitives.Thumb)>
<System.Windows.TemplatePartAttribute(Name="UpperThumb", Type=System.Windows.Controls.Primitives.Thumb)>
<System.Windows.TemplatePartAttribute(Name="DecreaseRepeatButton", Type=System.Windows.Controls.Primitives.RepeatButton)>
<System.Windows.TemplatePartAttribute(Name="IncreaseRepeatButton", Type=System.Windows.Controls.Primitives.RepeatButton)>
<System.Windows.TemplatePartAttribute(Name="MiddleThumb", Type=System.Windows.Controls.Primitives.Thumb)>
<System.Windows.TemplatePartAttribute(Name="VerticalLowerThumb", Type=System.Windows.Controls.Primitives.Thumb)>
<System.Windows.TemplatePartAttribute(Name="VerticalUpperThumb", Type=System.Windows.Controls.Primitives.Thumb)>
<System.Windows.TemplatePartAttribute(Name="VerticalMiddleThumb", Type=System.Windows.Controls.Primitives.Thumb)>
<System.Windows.TemplatePartAttribute(Name="VerticalDecreaseRepeatButton", Type=System.Windows.Controls.Primitives.RepeatButton)>
<System.Windows.TemplatePartAttribute(Name="VerticalIncreaseRepeatButton", Type=System.Windows.Controls.Primitives.RepeatButton)>
<System.Windows.TemplatePartAttribute(Name="HorizontalTemplate", Type=System.Windows.Controls.Grid)>
<System.Windows.TemplatePartAttribute(Name="VerticalTemplate", Type=System.Windows.Controls.Grid)>
<System.Windows.TemplateVisualStateAttribute(Name="MouseOver", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Disabled", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Focused", GroupName="FocusStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Unfocused", GroupName="FocusStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Valid", GroupName="ValidationStatesStates")>
<System.Windows.TemplateVisualStateAttribute(Name="InvalidUnfocused", GroupName="ValidationStatesStates")>
<System.Windows.TemplateVisualStateAttribute(Name="InvalidFocused", GroupName="ValidationStatesStates")>
<System.Windows.StyleTypedPropertyAttribute(Property="ValidationDecoratorStyle", StyleTargetType=C1.WPF.C1ValidationDecorator)>
Public Class C1RangeSlider 
   Inherits System.Windows.Controls.Control
'Usage
 
Dim instance As C1RangeSlider
[System.ComponentModel.LicenseProvider()]
[System.Windows.TemplatePart(Name="LowerThumb", Type=System.Windows.Controls.Primitives.Thumb)]
[System.Windows.TemplatePart(Name="UpperThumb", Type=System.Windows.Controls.Primitives.Thumb)]
[System.Windows.TemplatePart(Name="DecreaseRepeatButton", Type=System.Windows.Controls.Primitives.RepeatButton)]
[System.Windows.TemplatePart(Name="IncreaseRepeatButton", Type=System.Windows.Controls.Primitives.RepeatButton)]
[System.Windows.TemplatePart(Name="MiddleThumb", Type=System.Windows.Controls.Primitives.Thumb)]
[System.Windows.TemplatePart(Name="VerticalLowerThumb", Type=System.Windows.Controls.Primitives.Thumb)]
[System.Windows.TemplatePart(Name="VerticalUpperThumb", Type=System.Windows.Controls.Primitives.Thumb)]
[System.Windows.TemplatePart(Name="VerticalMiddleThumb", Type=System.Windows.Controls.Primitives.Thumb)]
[System.Windows.TemplatePart(Name="VerticalDecreaseRepeatButton", Type=System.Windows.Controls.Primitives.RepeatButton)]
[System.Windows.TemplatePart(Name="VerticalIncreaseRepeatButton", Type=System.Windows.Controls.Primitives.RepeatButton)]
[System.Windows.TemplatePart(Name="HorizontalTemplate", Type=System.Windows.Controls.Grid)]
[System.Windows.TemplatePart(Name="VerticalTemplate", Type=System.Windows.Controls.Grid)]
[System.Windows.TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Disabled", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Normal", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Focused", GroupName="FocusStates")]
[System.Windows.TemplateVisualState(Name="Unfocused", GroupName="FocusStates")]
[System.Windows.TemplateVisualState(Name="Valid", GroupName="ValidationStatesStates")]
[System.Windows.TemplateVisualState(Name="InvalidUnfocused", GroupName="ValidationStatesStates")]
[System.Windows.TemplateVisualState(Name="InvalidFocused", GroupName="ValidationStatesStates")]
[System.Windows.StyleTypedProperty(Property="ValidationDecoratorStyle", StyleTargetType=C1.WPF.C1ValidationDecorator)]
public class C1RangeSlider : System.Windows.Controls.Control 
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     C1.WPF.C1RangeSlider

See Also

Reference

C1RangeSlider Members
C1.WPF Namespace