In This Topic
The C1RangeSlider control enables the end-user to select two values from a range by moving two Thumb controls along a track.
Object Model
Syntax
'Declaration
<C1ControlAttribute(True)>
<C1TemplatePartAttribute(Name="LowerThumb", Type=System.Windows.Controls.Primitives.Thumb)>
<StyleTypedPropertyAttribute(Property="LowerThumbStyle", StyleTargetType=System.Windows.Controls.Primitives.Thumb)>
<TemplatePartAttribute(Name="LowerThumb", Type=System.Windows.Controls.Primitives.Thumb)>
<TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
<XmlLangPropertyAttribute("Language")>
<UsableDuringInitializationAttribute(True)>
<RuntimeNamePropertyAttribute("Name")>
<UidPropertyAttribute("Uid")>
<TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
<NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
Public Class C1RangeSlider
Inherits System.Windows.Controls.Control
[C1Control(true)]
[C1TemplatePart(Name="LowerThumb", Type=System.Windows.Controls.Primitives.Thumb)]
[StyleTypedProperty(Property="LowerThumbStyle", StyleTargetType=System.Windows.Controls.Primitives.Thumb)]
[TemplatePart(Name="LowerThumb", Type=System.Windows.Controls.Primitives.Thumb)]
[TemplateVisualState(Name="Normal", GroupName="CommonStates")]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public class C1RangeSlider : System.Windows.Controls.Control
Inheritance Hierarchy
See Also