Show / Hide Table of Contents

Class IgbCarousel

Inheritance
System.Object
BaseRendererControl
IgbCarousel
Implements
JsonSerializable
System.IDisposable
Inherited Members
BaseRendererControl._cachedSerializedContent
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.Finalize()
BaseRendererControl.Dispose()
BaseRendererControl.IgBlazor
BaseRendererControl.Height
BaseRendererControl.Width
BaseRendererControl.Class
BaseRendererControl.AdditionalAttributes
BaseRendererControl.ParentTypeName
BaseRendererControl.ChildContent
BaseRendererControl.RoundTripDateConversion
BaseRendererControl.NeedsDynamicContent
BaseRendererControl.UseCamelEnumValues
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbCarousel : BaseRendererControl, RefSink, JsonSerializable, IDisposable

Constructors

IgbCarousel()

Declaration
public IgbCarousel()

Properties

AnimationType

Declaration
public CarouselAnimationType AnimationType { get; set; }
Property Value
Type Description
CarouselAnimationType

DirectRenderElementName

Declaration
protected override string DirectRenderElementName { get; }
Property Value
Type Description
System.String
Overrides
BaseRendererControl.DirectRenderElementName

DisableLoop

Declaration
public bool DisableLoop { get; set; }
Property Value
Type Description
System.Boolean

DisablePauseOnInteraction

Declaration
public bool DisablePauseOnInteraction { get; set; }
Property Value
Type Description
System.Boolean

HideIndicators

Declaration
public bool HideIndicators { get; set; }
Property Value
Type Description
System.Boolean

HideNavigation

Declaration
public bool HideNavigation { get; set; }
Property Value
Type Description
System.Boolean

IndicatorsLabelFormat

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

IndicatorsOrientation

Declaration
public CarouselIndicatorsOrientation IndicatorsOrientation { get; set; }
Property Value
Type Description
CarouselIndicatorsOrientation

Interval

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

MaximumIndicatorsCount

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

Paused

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

PausedScript

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

Playing

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

PlayingScript

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

SlideChanged

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

SlideChangedScript

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

SlidesLabelFormat

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

SupportsVisualChildren

Declaration
protected override bool SupportsVisualChildren { get; }
Property Value
Type Description
System.Boolean
Overrides
BaseRendererControl.SupportsVisualChildren

Type

Declaration
public override string Type { get; }
Property Value
Type Description
System.String
Overrides
BaseRendererControl.Type

UseDirectRender

Declaration
protected override bool UseDirectRender { get; }
Property Value
Type Description
System.Boolean
Overrides
BaseRendererControl.UseDirectRender

Vertical

Declaration
public bool Vertical { get; set; }
Property Value
Type Description
System.Boolean

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)

GetCurrent()

Declaration
public double GetCurrent()
Returns
Type Description
System.Double

GetCurrentAsync()

Declaration
public Task<double> GetCurrentAsync()
Returns
Type Description
System.Threading.Tasks.Task<System.Double>

GetIsPaused()

Declaration
public bool GetIsPaused()
Returns
Type Description
System.Boolean

GetIsPausedAsync()

Declaration
public Task<bool> GetIsPausedAsync()
Returns
Type Description
System.Threading.Tasks.Task<System.Boolean>

GetIsPlaying()

Declaration
public bool GetIsPlaying()
Returns
Type Description
System.Boolean

GetIsPlayingAsync()

Declaration
public Task<bool> GetIsPlayingAsync()
Returns
Type Description
System.Threading.Tasks.Task<System.Boolean>

GetTotal()

Declaration
public double GetTotal()
Returns
Type Description
System.Double

GetTotalAsync()

Declaration
public Task<double> GetTotalAsync()
Returns
Type Description
System.Threading.Tasks.Task<System.Double>

Next()

Declaration
public bool Next()
Returns
Type Description
System.Boolean

NextAsync()

Declaration
public Task<bool> NextAsync()
Returns
Type Description
System.Threading.Tasks.Task<System.Boolean>

Pause()

Declaration
public void Pause()

PauseAsync()

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

Play()

Declaration
public void Play()

PlayAsync()

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

Prev()

Declaration
public bool Prev()
Returns
Type Description
System.Boolean

PrevAsync()

Declaration
public Task<bool> PrevAsync()
Returns
Type Description
System.Threading.Tasks.Task<System.Boolean>

ResolveDisplay()

Declaration
protected override string ResolveDisplay()
Returns
Type Description
System.String
Overrides
BaseRendererControl.ResolveDisplay()

Select(Double, CarouselAnimationDirection)

Declaration
public bool Select(double index, CarouselAnimationDirection animationDirection)
Parameters
Type Name Description
System.Double index
CarouselAnimationDirection animationDirection
Returns
Type Description
System.Boolean

SelectAsync(Double, CarouselAnimationDirection)

Declaration
public Task<bool> SelectAsync(double index, CarouselAnimationDirection animationDirection)
Parameters
Type Name Description
System.Double index
CarouselAnimationDirection animationDirection
Returns
Type Description
System.Threading.Tasks.Task<System.Boolean>

SetNativeElement(Object)

Declaration
public void SetNativeElement(object element)
Parameters
Type Name Description
System.Object element

SetNativeElementAsync(Object)

Declaration
public Task SetNativeElementAsync(object element)
Parameters
Type Name Description
System.Object element
Returns
Type Description
System.Threading.Tasks.Task

Implements

JsonSerializable
System.IDisposable
In This Article
  • Constructors
    • IgbCarousel()
  • Properties
    • AnimationType
    • DirectRenderElementName
    • DisableLoop
    • DisablePauseOnInteraction
    • HideIndicators
    • HideNavigation
    • IndicatorsLabelFormat
    • IndicatorsOrientation
    • Interval
    • MaximumIndicatorsCount
    • Paused
    • PausedScript
    • Playing
    • PlayingScript
    • SlideChanged
    • SlideChangedScript
    • SlidesLabelFormat
    • SupportsVisualChildren
    • Type
    • UseDirectRender
    • Vertical
  • Methods
    • EnsureModulesLoaded()
    • FindByName(String)
    • GetCurrent()
    • GetCurrentAsync()
    • GetIsPaused()
    • GetIsPausedAsync()
    • GetIsPlaying()
    • GetIsPlayingAsync()
    • GetTotal()
    • GetTotalAsync()
    • Next()
    • NextAsync()
    • Pause()
    • PauseAsync()
    • Play()
    • PlayAsync()
    • Prev()
    • PrevAsync()
    • ResolveDisplay()
    • Select(Double, CarouselAnimationDirection)
    • SelectAsync(Double, CarouselAnimationDirection)
    • SetNativeElement(Object)
    • SetNativeElementAsync(Object)
  • Implements