ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1RangeSlider Class / Styles Property

In This Topic
    Styles Property
    In This Topic
    Gets or sets a collection of named Style objects.
    Syntax
    'Declaration
     
    Public Property Styles As C1RangeSlider.RangeSliderStyleCollection
    public C1RangeSlider.RangeSliderStyleCollection Styles {get; set;}
    See Also