ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1RangeSlider Class / ValueTrackStyle Property

In This Topic
    ValueTrackStyle Property
    In This Topic
    Gets or sets the style of the track element between LowerThumb and UpperThumb.
    Syntax
    'Declaration
     
    
    Public Property ValueTrackStyle As Style
    public Style ValueTrackStyle {get; set;}
    See Also