Class IgbCarousel
Inheritance
System.Object
IgbCarousel
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbCarousel : BaseRendererControl, RefSink, JsonSerializable, IDisposable
Constructors
IgbCarousel()
Declaration
Properties
AnimationType
Declaration
public CarouselAnimationType AnimationType { get; set; }
Property Value
DirectRenderElementName
Declaration
protected override string DirectRenderElementName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
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 |
|
Declaration
public string IndicatorsLabelFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
IndicatorsOrientation
Declaration
public CarouselIndicatorsOrientation IndicatorsOrientation { get; set; }
Property Value
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
SlideChangedScript
Declaration
public string SlideChangedScript { get; set; }
Property Value
Type |
Description |
System.String |
|
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
Type
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
UseDirectRender
Declaration
protected override bool UseDirectRender { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Vertical
Declaration
public bool Vertical { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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
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
Returns
Type |
Description |
System.Double |
|
GetTotalAsync()
Declaration
public Task<double> GetTotalAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Double> |
|
Next()
Declaration
Returns
Type |
Description |
System.Boolean |
|
NextAsync()
Declaration
public Task<bool> NextAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Boolean> |
|
Pause()
Declaration
PauseAsync()
Declaration
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Play()
Declaration
PlayAsync()
Declaration
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Prev()
Declaration
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
Select(Double, CarouselAnimationDirection)
Declaration
public bool Select(double index, CarouselAnimationDirection animationDirection)
Parameters
Returns
Type |
Description |
System.Boolean |
|
SelectAsync(Double, CarouselAnimationDirection)
Declaration
public Task<bool> SelectAsync(double index, CarouselAnimationDirection animationDirection)
Parameters
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
System.IDisposable