Name | Description | |
---|---|---|
C1Slider Constructor | Initializes a new instance of the C1Slider class. |
The following tables list the members exposed by C1Slider.
Name | Description | |
---|---|---|
C1Slider Constructor | Initializes a new instance of the C1Slider 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. | |
MaximumProperty | Identifies the Maximum dependency property. | |
MinimumProperty | Identifies the Minimum dependency property. | |
OrientationProperty | Identifies the Orientation dependency property. | |
ScrollBehaviorProperty | Identifies the ScrollBehavior dependency property. | |
ThumbStyleProperty | Identifies the ThumbStyle dependency property. | |
TrackStyleProperty | Identifies the TrackStyle dependency property. | |
ValueProperty | Identifies the Value 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) | |
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) | |
ScrollBehavior | Gets or sets how the thumb will be moved when a pointer click will be performed outside the 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) | |
ThumbStyle | Thumb style. | |
TrackStyle | Track style. | |
Value | Gets or sets the current value. | |
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 | Gets or sets the callback called when the Value property has changed. |
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. |