ComponentOne MultiSelect for WinForms
C1.Win.Input.Styles Namespace / RangeSliderCommonStyle Class
Members

In This Topic
    RangeSliderCommonStyle Class
    In This Topic
    The RangeSliderCommonStyle class represents the styles for the C1.Win.Input.C1RangeSlider control which contains display attributes that determine the general appearance of the control on the screen.
    Syntax
    'Declaration
     
    
    Public Class RangeSliderCommonStyle 
       Inherits C1.Win.Themes.BaseC1FrameworkStyle
    public class RangeSliderCommonStyle : C1.Win.Themes.BaseC1FrameworkStyle 
    Inheritance Hierarchy

    System.Object
       C1.Win.Themes.StyledPropertyCollection
          C1.Win.Themes.BaseStyle
             C1.Win.Themes.BaseC1FrameworkStyle
                C1.Win.Input.Styles.RangeSliderCommonStyle

    See Also