Class BOBCarouselItem
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.dll
[GenerateComponentInfo]
public class BOBCarouselItem : ComponentBase
- Inheritance
-
objectComponentBaseBOBCarouselItem
Constructors
BOBCarouselItem()
public BOBCarouselItem()
Properties
AriaLabel
Optional accessible label for the slide. Falls back to "Slide N of M" when null.
[Parameter]
public string? AriaLabel { get; set; }
Property Value
- string
ChildContent
Slide content.
[Parameter]
public RenderFragment? ChildContent { get; set; }
Property Value
- RenderFragment
Parent
Parent BOBCarousel container that owns this slide. Cascaded automatically.
[CascadingParameter]
public BOBCarousel? Parent { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builderRenderTreeBuilder
Dispose()
public void Dispose()
OnInitialized()
Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree.
protected override void OnInitialized()