FaStack Class

graph BT Type-->Base0["ComponentBase"] Type["FaStack"] class Type type-node

Syntax

public class FaStack : ComponentBase

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Constructors

Name Summary
FaStack()

Properties

Name Value Summary
ChildContent RenderFragment
Class string
Size IconSize
Style string

Methods

Name Value Summary
BuildRenderTree(RenderTreeBuilder) void
ToClass() string

Extension Methods

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