BSpacer Class

Assembly
Comet.Blazor.dll
Namespace
Comet.Blazor.Components
Base Types
BSpacer
ComponentBase

Syntax

public class BSpacer : CometComponentBase

Constructors

Name Summary
BSpacer()

Methods

Name Value Summary
BuildRenderTree(RenderTreeBuilder) void

Extension Methods

Name Value Summary
SetBackingValue<BSpacer, TV>(Expression<Func<BSpacer, TV>>, TV) T
Sets the backing value.
With<BSpacer, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) TBuilder
Adds the specified dictionary to the provided dictionary.