Show / Hide Table of Contents

Class IgbMultiSlider

Inheritance
System.Object
BaseRendererControl
IgbMultiSlider
Implements
JsonSerializable
System.IDisposable
Inherited Members
BaseRendererControl.eventCallbacksCache
BaseRendererControl._cachedSerializedContent
BaseRendererControl.ResolveEventBehavior()
BaseRendererControl.ResolveDisplay()
BaseRendererControl.ToSpinal(String)
BaseRendererControl.TransformSimpleKey(String)
BaseRendererControl.IsTransformedEnumValue(String)
BaseRendererControl.TransformPotentialEnumValue(String, Object)
BaseRendererControl.BuildSequenceInfo(Int32)
BaseRendererControl.BuildRenderTree(RenderTreeBuilder)
BaseRendererControl.TemplateContentType(String)
BaseRendererControl.OnAfterRenderAsync(Boolean)
BaseRendererControl.EnsureReady()
BaseRendererControl.MarkPropDirty(String)
BaseRendererControl.IsPropDirty(String)
BaseRendererControl.Serialize(SerializationContext, String)
BaseRendererControl.Serialize()
BaseRendererControl.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererControl.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererControl.SuspendNotifications(Object)
BaseRendererControl.ResumeNotifications(Object, Boolean)
BaseRendererControl.NotifyInsertItem(Object, Int32, Object)
BaseRendererControl.NotifyRemoveItem(Object, Int32, Object)
BaseRendererControl.NotifyClearItems(Object)
BaseRendererControl.NotifySetItem(Object, Int32, Object, Object)
BaseRendererControl.NotifyUpdateItem(Object, Int32, Object, Boolean)
BaseRendererControl.OnRefChanged(String, Object)
BaseRendererControl.OnInvokeReturn(Int64, Object)
BaseRendererControl.Camelize(String)
BaseRendererControl.ToPascal(String)
BaseRendererControl.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererControl.Dispose(Boolean)
BaseRendererControl.SetResourceStringAsync(String, String, String)
BaseRendererControl.SetResourceStringAsync(String, String)
BaseRendererControl.SetPropertyValue(Object, PropertyInfo, JsonElement)
BaseRendererControl.SetPropertyValue(Object, PropertyInfo, Object)
BaseRendererControl.CompareEventCallbacks<T>(T, T, Dictionary<Type, Dictionary<String, FieldInfo>>)
BaseRendererControl.Finalize()
BaseRendererControl.Dispose()
BaseRendererControl.IgBlazor
BaseRendererControl.Height
BaseRendererControl.Width
BaseRendererControl.Class
BaseRendererControl.AdditionalAttributes
BaseRendererControl.ParentTypeName
BaseRendererControl.EventBehavior
BaseRendererControl.ChildContent
BaseRendererControl.RoundTripDateConversion
BaseRendererControl.SupportsVisualChildren
BaseRendererControl.UseDirectRender
BaseRendererControl.DirectRenderElementName
BaseRendererControl.NeedsDynamicContent
BaseRendererControl.UseCamelEnumValues
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbMultiSlider : BaseRendererControl, RefSink, JsonSerializable, IDisposable

Constructors

IgbMultiSlider()

Declaration
public IgbMultiSlider()

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
Type Description
ControlEventBehavior
Overrides
BaseRendererControl.DefaultEventBehavior

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
Type Description
MultiSliderOrientation

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

ResolvingToolTipValue

Declaration
public Action<IgbMultiSliderResolvingToolTipValueEventArgs> ResolvingToolTipValue { get; set; }
Property Value
Type Description
System.Action<IgbMultiSliderResolvingToolTipValueEventArgs>

ResolvingToolTipValueScript

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
Type Description
IgbMultiSliderThumbCollection

ThumbStrokeThickness

Declaration
public double ThumbStrokeThickness { get; set; }
Property Value
Type Description
System.Double

ThumbValueChanged

Declaration
public EventCallback<IgbMultiSliderThumbValueChangingEventArgs> ThumbValueChanged { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbMultiSliderThumbValueChangingEventArgs>

ThumbValueChangedScript

Declaration
public string ThumbValueChangedScript { get; set; }
Property Value
Type Description
System.String

ThumbValueChanging

Declaration
public EventCallback<IgbMultiSliderThumbValueChangingEventArgs> ThumbValueChanging { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbMultiSliderThumbValueChangingEventArgs>

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
BaseRendererControl.Type

WindowRect

Declaration
public Rect WindowRect { get; set; }
Property Value
Type Description
Rect

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
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbMultiSliderYValueChangingEventArgs>

YValueChangedScript

Declaration
public string YValueChangedScript { get; set; }
Property Value
Type Description
System.String

YValueChanging

Declaration
public EventCallback<IgbMultiSliderYValueChangingEventArgs> YValueChanging { get; set; }
Property Value
Type Description
Microsoft.AspNetCore.Components.EventCallback<IgbMultiSliderYValueChangingEventArgs>

YValueChangingScript

Declaration
public string YValueChangingScript { get; set; }
Property Value
Type Description
System.String

Methods

EnsureModulesLoaded()

Declaration
protected override void EnsureModulesLoaded()
Overrides
BaseRendererControl.EnsureModulesLoaded()

FindByName(String)

Declaration
public override object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object
Overrides
BaseRendererControl.FindByName(String)

Flush()

Declaration
public void Flush()

FlushAsync()

Declaration
public Task FlushAsync()
Returns
Type Description
System.Threading.Tasks.Task

Hide()

Declaration
public void Hide()

HideAsync()

Declaration
public Task HideAsync()
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
public void Show()

ShowAsync()

Declaration
public Task ShowAsync()
Returns
Type Description
System.Threading.Tasks.Task

TrackDirty()

Declaration
public void TrackDirty()

TrackDirtyAsync()

Declaration
public Task TrackDirtyAsync()
Returns
Type Description
System.Threading.Tasks.Task

Implements

JsonSerializable
System.IDisposable