Name | Description | |
---|---|---|
C1RangeSlider Constructor | Initializes a new instance of the C1RangeSlider class. |
The following tables list the members exposed by C1RangeSlider.
Name | Description | |
---|---|---|
C1RangeSlider Constructor | Initializes a new instance of the C1RangeSlider class. |
Name | Description | |
---|---|---|
_background | Gets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View) | |
IsEnabledProperty | Identifies the IsEnabled dependency property. | |
LowerThumbStyleProperty | Identifies the LowerThumbStyle dependency property. | |
LowerValueProperty | Identifies the LowerValue dependency property. | |
MaximumProperty | Identifies the Maximum dependency property. | |
MinimumProperty | Identifies the Minimum dependency property. | |
OrientationProperty | Identifies the Orientation dependency property. | |
RangeTrackStyleProperty | Identifies the RangeTrackStyle dependency property. | |
ScrollBehaviorProperty | Identifies the ScrollBehavior dependency property. | |
TrackStyleProperty | Identifies the TrackStyle dependency property. | |
UpperThumbStyleProperty | Identifies the UpperThumbStyle dependency property. | |
UpperValueProperty | Identifies the UpperValue dependency property. | |
ValueChangedProperty | Identifies the ValueChanged dependency property. |
Name | Description | |
---|---|---|
Background | Gets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View) | |
BorderBrush | Gets or sets the C1.Blazor.Core.C1Color used to paint the border. (Inherited from C1.Blazor.Core.C1View) | |
BorderThickness | Gets or sets the C1.Blazor.Core.C1Thickness of the border. (Inherited from C1.Blazor.Core.C1View) | |
Class | Gets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View) | |
CornerRadius | Gets or sets the C1.Blazor.Core.C1CornerRadius of the border. (Inherited from C1.Blazor.Core.C1View) | |
Delay | Gets 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) | |
FlowDirection | Gets or sets the flow direction. (Inherited from C1.Blazor.Core.C1View) | |
FontFamily | Gets or sets the font family applied to the view. (Inherited from C1.Blazor.Core.C1View) | |
FontSize | Gets or sets the font size applied to the view. (Inherited from C1.Blazor.Core.C1View) | |
FontStyle | Gets or sets the font style applied to the view. (Inherited from C1.Blazor.Core.C1View) | |
FontWeight | Gets or sets the font weight applied to the view. (Inherited from C1.Blazor.Core.C1View) | |
Foreground | Gets or sets the C1.Blazor.Core.C1Color used to paint the foreground (text and icons). (Inherited from C1.Blazor.Core.C1View) | |
InheritProperties | Gets or sets whether the general purpose properties like foreground or fonts are inherited to the children automatically. (Inherited from C1.Blazor.Core.C1View) | |
Interval | Gets 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) | |
IsDisposed | Gets whether this instance is disposed. (Inherited from C1.Blazor.Core.C1View) | |
IsEnabled | Gets or sets a value indicating whether this element is enabled in the user interface (UI). | |
IsInitialized | Gets whether the component was already initialized. (Inherited from C1.Blazor.Core.C1View) | |
LowerThumbStyle | Lower thumb style. | |
LowerValue | Gets or sets the current lower magnitude of the range control. | |
LowerValueChanged | Gets or sets the callback called when the LowerValue property has changed. | |
Maximum | The greatest value in the range of permitted values. This value must be greater than or equal to the value of the Minimum parameter. | |
Minimum | The lowest value in the range of permitted values. This value must be less than or equal to the value of the Maximum parameter. | |
Orientation | Orientation of the slider. | |
Padding | Gets or sets the padding of the Content. (Inherited from C1.Blazor.Core.C1View) | |
RangeTrackStyle | Range track style. | |
ScrollBehavior | Gets or sets how thumbs will be moved when a pointer click will be performed outside the selected area. | |
SmallValueChange | Gets or sets a value to be added to or subtracted from the thumb's value using a keyboard./>. (Inherited from C1.Blazor.Input.SliderBase) | |
Style | Gets or sets the style applied to the component. (Inherited from C1.Blazor.Core.C1View) | |
TabIndex | Gets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View) | |
Tag | Gets or sets an arbitrary object that can be used to identify a specific component. (Inherited from C1.Blazor.Core.C1View) | |
TrackStyle | Track style. | |
UpperThumbStyle | Upper thumb style. | |
UpperValue | Gets or sets the current upper magnitude of the range control. | |
UpperValueChanged | Gets or sets the callback called when the UpperValue property has changed. | |
ValueChange | Gets 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) | |
ValueChanged | Fires when any of the properties: LowerValue or UpperValue changes. |
Name | Description | |
---|---|---|
Dispose | (Inherited from C1.Blazor.Core.C1View) | |
Focus | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) | |
FocusAsync | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) | |
FocusOutAsync | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) | |
SetParametersAsync | Overridden. |