Table of Contents

Class BOBSplitter

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.dll
[GenerateComponentInfo]
public class BOBSplitter : BOBComponentBase
Inheritance
object
ComponentBase
BOBSplitter
Inherited Members

Constructors

BOBSplitter()

public BOBSplitter()

Properties

ChildContent

Markup that emits the <BOBSplitterPane> children.

[Parameter]
public RenderFragment? ChildContent { get; set; }

Property Value

RenderFragment

KeyboardStep

Increment in pixels applied when a focused gripper is moved with arrow keys.

[Parameter]
public double KeyboardStep { get; set; }

Property Value

double

Orientation

Orientation of the rail. Defaults to Horizontal.

[Parameter]
public BOBSplitterOrientation Orientation { get; set; }

Property Value

BOBSplitterOrientation

Methods

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

DisposeAsync()

Tears down the JS-side behavior associated with this component.

public override ValueTask DisposeAsync()

Returns

ValueTask