Class IgbMultiSlider
Inheritance
System.Object
IgbMultiSlider
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbMultiSlider : BaseRendererControl, RefSink, JsonSerializable, IDisposable
Constructors
IgbMultiSlider()
Declaration
Properties
ActualPixelScalingRatio
Declaration
public double ActualPixelScalingRatio { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
AreThumbCalloutsEnabled
Declaration
public bool AreThumbCalloutsEnabled { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
BarBrush
Declaration
public string BarBrush { get; set; }
Property Value
| Type |
Description |
| System.String |
|
BarExtent
Declaration
public double BarExtent { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
BarOutline
Declaration
public string BarOutline { get; set; }
Property Value
| Type |
Description |
| System.String |
|
BarStrokeThickness
Declaration
public double BarStrokeThickness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
CalloutBrush
Declaration
public string CalloutBrush { get; set; }
Property Value
| Type |
Description |
| System.String |
|
CalloutOutline
Declaration
public string CalloutOutline { get; set; }
Property Value
| Type |
Description |
| System.String |
|
CalloutStrokeThickness
Declaration
public double CalloutStrokeThickness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
CalloutTextColor
Declaration
public string CalloutTextColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
DefaultEventBehavior
Declaration
protected override ControlEventBehavior DefaultEventBehavior { get; }
Property Value
Overrides
EndInset
Declaration
public double EndInset { 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 |
|
Orientation
Declaration
public MultiSliderOrientation Orientation { get; set; }
Property Value
PixelScalingRatio
Declaration
public double PixelScalingRatio { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RangeThumbBrush
Declaration
public string RangeThumbBrush { get; set; }
Property Value
| Type |
Description |
| System.String |
|
RangeThumbOutline
Declaration
public string RangeThumbOutline { get; set; }
Property Value
| Type |
Description |
| System.String |
|
RangeThumbRidgesBrush
Declaration
public string RangeThumbRidgesBrush { get; set; }
Property Value
| Type |
Description |
| System.String |
|
RangeThumbStrokeThickness
Declaration
public double RangeThumbStrokeThickness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public Action<IgbMultiSliderResolvingToolTipValueEventArgs> ResolvingToolTipValue { get; set; }
Property Value
Declaration
public string ResolvingToolTipValueScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
StartInset
Declaration
public double StartInset { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Step
Declaration
public double Step { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ThumbBrush
Declaration
public string ThumbBrush { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ThumbCalloutFontFamily
Declaration
public string ThumbCalloutFontFamily { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ThumbCalloutFontSize
Declaration
public double ThumbCalloutFontSize { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ThumbCalloutFontStyle
Declaration
public string ThumbCalloutFontStyle { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ThumbCalloutFontWeight
Declaration
public string ThumbCalloutFontWeight { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ThumbHeight
Declaration
public double ThumbHeight { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ThumbOutline
Declaration
public string ThumbOutline { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ThumbRidgesBrush
Declaration
public string ThumbRidgesBrush { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Thumbs
Declaration
public IgbMultiSliderThumbCollection Thumbs { get; protected set; }
Property Value
ThumbStrokeThickness
Declaration
public double ThumbStrokeThickness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ThumbValueChanged
Declaration
public EventCallback<IgbMultiSliderThumbValueChangingEventArgs> ThumbValueChanged { get; set; }
Property Value
ThumbValueChangedScript
Declaration
public string ThumbValueChangedScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ThumbValueChanging
Declaration
public EventCallback<IgbMultiSliderThumbValueChangingEventArgs> ThumbValueChanging { get; set; }
Property Value
ThumbValueChangingScript
Declaration
public string ThumbValueChangingScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ThumbWidth
Declaration
public double ThumbWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TrackEndInset
Declaration
public double TrackEndInset { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TrackStartInset
Declaration
public double TrackStartInset { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
WindowRect
Declaration
public Rect WindowRect { get; set; }
Property Value
YMax
Declaration
public double YMax { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
YMin
Declaration
public double YMin { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
YStep
Declaration
public double YStep { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
YTrackEndInset
Declaration
public double YTrackEndInset { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
YTrackStartInset
Declaration
public double YTrackStartInset { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
YValue
Declaration
public double YValue { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
YValueChanged
Declaration
public EventCallback<IgbMultiSliderYValueChangingEventArgs> YValueChanged { get; set; }
Property Value
YValueChangedScript
Declaration
public string YValueChangedScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
YValueChanging
Declaration
public EventCallback<IgbMultiSliderYValueChangingEventArgs> YValueChanging { get; set; }
Property Value
YValueChangingScript
Declaration
public string YValueChangingScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
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
Flush()
Declaration
FlushAsync()
Declaration
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Hide()
Declaration
HideAsync()
Declaration
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
OnAttachedToUI()
Declaration
public void OnAttachedToUI()
OnAttachedToUIAsync()
Declaration
public Task OnAttachedToUIAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
OnDetachedFromUI()
Declaration
public void OnDetachedFromUI()
OnDetachedFromUIAsync()
Declaration
public Task OnDetachedFromUIAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
ProvideContainer(Object)
Declaration
public void ProvideContainer(object container)
Parameters
| Type |
Name |
Description |
| System.Object |
container |
|
ProvideContainerAsync(Object)
Declaration
public Task ProvideContainerAsync(object container)
Parameters
| Type |
Name |
Description |
| System.Object |
container |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Show()
Declaration
ShowAsync()
Declaration
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
TrackDirty()
Declaration
TrackDirtyAsync()
Declaration
public Task TrackDirtyAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Implements
System.IDisposable