Class IgbSliderBase
Inheritance
System.Object
IgbSliderBase
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbSliderBase : BaseRendererControl, RefSink, JsonSerializable, IDisposable
Constructors
IgbSliderBase()
Declaration
Properties
DirectRenderElementName
Declaration
protected override string DirectRenderElementName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Disabled
Disables the UI interactions of the slider.
Declaration
public bool Disabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DiscreteTrack
Marks the slider track as discrete so it displays the steps.
If the step
is 0, the slider will remain continuos even if discreteTrack
is true
.
Declaration
public bool DiscreteTrack { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HidePrimaryLabels
Hides the primary tick labels.
Declaration
public bool HidePrimaryLabels { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HideSecondaryLabels
Hides the secondary tick labels.
Declaration
public bool HideSecondaryLabels { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool HideTooltip { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Locale
The locale used to format the thumb and tick label values in the slider.
Declaration
public string Locale { get; set; }
Property Value
Type |
Description |
System.String |
|
LowerBound
Declaration
public double LowerBound { get; set; }
Property Value
Type |
Description |
System.Double |
|
Max
Declaration
public double Max { get; set; }
Property Value
Type |
Description |
System.Double |
|
Min
Declaration
public double Min { get; set; }
Property Value
Type |
Description |
System.Double |
|
PrimaryTicks
The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.
Declaration
public double PrimaryTicks { get; set; }
Property Value
Type |
Description |
System.Double |
|
SecondaryTicks
The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.
Declaration
public double SecondaryTicks { get; set; }
Property Value
Type |
Description |
System.Double |
|
Step
Declaration
public double Step { get; set; }
Property Value
Type |
Description |
System.Double |
|
SupportsVisualChildren
Declaration
protected override bool SupportsVisualChildren { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
TickLabelRotation
The degrees for the rotation of the tick labels. Defaults to 0.
Declaration
public TickLabelRotation TickLabelRotation { get; set; }
Property Value
TickOrientation
Changes the orientation of the ticks.
Declaration
public SliderBaseTickOrientation TickOrientation { get; set; }
Property Value
Type
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
UpperBound
Declaration
public double UpperBound { get; set; }
Property Value
Type |
Description |
System.Double |
|
UseDirectRender
Declaration
protected override bool UseDirectRender { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
String format used for the thumb and tick label values in the slider.
Declaration
public string ValueFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
Number format options used for the thumb and tick label values in the slider.
Declaration
public IgbNumberFormatSpecifier ValueFormatOptions { get; set; }
Property Value
Methods
ConnectedCallback()
Declaration
public void ConnectedCallback()
ConnectedCallbackAsync()
Declaration
public Task ConnectedCallbackAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
EnsureModulesLoaded()
Declaration
protected override void EnsureModulesLoaded()
Overrides
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Object |
|
Overrides
ResolveDisplay()
Declaration
protected override string ResolveDisplay()
Returns
Type |
Description |
System.String |
|
Overrides
Implements
System.IDisposable