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.
Syntax
'Declaration
<LicenseProviderAttribute()>
<TemplatePartAttribute(Name="LowerThumb", Type=System.Windows.Controls.Primitives.Thumb)>
<TemplateVisualStateAttribute(Name="MouseOver", GroupName="CommonStates")>
<StyleTypedPropertyAttribute(Property="ValidationDecoratorStyle", StyleTargetType=C1.WPF.C1ValidationDecorator)>
<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
'Usage
Dim instance As C1RangeSlider
[LicenseProvider()]
[TemplatePart(Name="LowerThumb", Type=System.Windows.Controls.Primitives.Thumb)]
[TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
[StyleTypedProperty(Property="ValidationDecoratorStyle", StyleTargetType=C1.WPF.C1ValidationDecorator)]
[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
[LicenseProvider()]
[TemplatePart(Name="LowerThumb", Type=System.Windows.Controls.Primitives.Thumb)]
[TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
[StyleTypedProperty(Property="ValidationDecoratorStyle", StyleTargetType=C1.WPF.C1ValidationDecorator)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public ref class C1RangeSlider : public System.Windows.Controls.Control
Inheritance Hierarchy
See Also