Class BOBSplitter
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.dll
[GenerateComponentInfo]
public class BOBSplitter : BOBComponentBase
- Inheritance
-
objectComponentBaseBOBSplitter
- 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
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builderRenderTreeBuilder
DisposeAsync()
Tears down the JS-side behavior associated with this component.
public override ValueTask DisposeAsync()
Returns
- ValueTask