ComponentOne Input Library for WPF
C1.WPF.Input Namespace / RangeSliderThumb Class
Members

In This Topic
    RangeSliderThumb Class
    In This Topic
    Object Model
    RangeSliderThumb Class
    Syntax
    'Declaration
     
    
    <C1ControlAttribute()>
    <DefaultEventAttribute("DragDelta")>
    <LocalizabilityAttribute(LocalizationCategory.NeverLocalize)>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class RangeSliderThumb 
       Inherits System.Windows.Controls.Primitives.Thumb
    [C1Control()]
    [DefaultEvent("DragDelta")]
    [Localizability(LocalizationCategory.NeverLocalize)]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class RangeSliderThumb : System.Windows.Controls.Primitives.Thumb 
    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
                         System.Windows.Controls.Primitives.Thumb
                            C1.WPF.Input.RangeSliderThumb

    See Also