C1.WPF.Input Namespace / C1StopsSlider Class
Members

C1StopsSlider Class
The stops-slider control enables the end-user to select multiple values by moving thumbs along a track as well as creating new ones by tapping or removing with Del key.
Object Model
C1StopsSlider Class
Syntax
'Declaration
 
<C1ControlAttribute()>
<C1TemplatePartAttribute(Name="TrackGrid", Type=System.Windows.Controls.Grid)>
<StyleTypedPropertyAttribute(Property="ValidationDecoratorStyle", StyleTargetType=C1.WPF.Input.C1ValidationDecorator)>
<TemplatePartAttribute(Name="TrackGrid", Type=System.Windows.Controls.Grid)>
<XmlLangPropertyAttribute("Language")>
<UsableDuringInitializationAttribute(True)>
<RuntimeNamePropertyAttribute("Name")>
<UidPropertyAttribute("Uid")>
<TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
<NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
Public Class C1StopsSlider 
   Inherits C1.WPF.Core.C1View
 
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.Core.C1View
                        C1.WPF.Input.C1StopsSlider

See Also