Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1RangeSlider Class
Fields Properties Methods

In This Topic
    C1RangeSlider Class Members
    In This Topic

    The following tables list the members exposed by C1RangeSlider.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1RangeSlider class.  
    Top
    Public Fields
     NameDescription
    Public FieldGets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View)
    Public Fieldstatic (Shared in Visual Basic)Identifies the IsEnabled dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the LowerThumbStyle dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the LowerValue dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Maximum dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Minimum dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Orientation dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the RangeTrackStyle dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ScrollBehavior dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the TrackStyle dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the UpperThumbStyle dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the UpperValue dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ValueChanged dependency property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1Color used to paint the border. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1Thickness of the border. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1CornerRadius of the border. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the time, in milliseconds, buttons (at the left of the thumb and at the right of the thumb) wait when they are pressed before they start repeating the click action. (Inherited from C1.Blazor.Input.SliderBase)
    Public PropertyGets or sets the flow direction. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font family applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font size applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font style applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font weight applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1Color used to paint the foreground (text and icons). (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets whether the general purpose properties like foreground or fonts are inherited to the children automatically. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the time, in milliseconds, between repetitions of the click action, as soon as repeating starts (for buttons at the left of the thumb and at the right of the thumb). (Inherited from C1.Blazor.Input.SliderBase)
    Public PropertyGets whether this instance is disposed. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets a value indicating whether this element is enabled in the user interface (UI).  
    Public PropertyGets whether the component was already initialized. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyLower thumb style.  
    Public PropertyGets or sets the current lower magnitude of the range control.  
    Public PropertyGets or sets the callback called when the LowerValue property has changed.  
    Public PropertyThe greatest value in the range of permitted values. This value must be greater than or equal to the value of the Minimum parameter.  
    Public PropertyThe lowest value in the range of permitted values. This value must be less than or equal to the value of the Maximum parameter.  
    Public PropertyOrientation of the slider.  
    Public PropertyGets or sets the padding of the Content. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyRange track style.  
    Public PropertyGets or sets how thumbs will be moved when a pointer click will be performed outside the selected area.  
    Public PropertyGets or sets a value to be added to or subtracted from the thumb's value using a keyboard./>. (Inherited from C1.Blazor.Input.SliderBase)
    Public PropertyGets or sets the style applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets an arbitrary object that can be used to identify a specific component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyTrack style.  
    Public PropertyUpper thumb style.  
    Public PropertyGets or sets the current upper magnitude of the range control.  
    Public PropertyGets or sets the callback called when the UpperValue property has changed.  
    Public PropertyGets or sets a value to be added to or subtracted from the thumb's value using a pointer outside of the thumb. (Inherited from C1.Blazor.Input.SliderBase)
    Public PropertyFires when any of the properties: LowerValue or UpperValue changes.  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from C1.Blazor.Core.C1View)
    Public MethodSets the focus in the control. (Inherited from C1.Blazor.Core.C1View)
    Public MethodSets the focus in the control. (Inherited from C1.Blazor.Core.C1View)
    Public MethodSets the focus in the control. (Inherited from C1.Blazor.Core.C1View)
    Public MethodOverridden.   
    Top
    See Also