FaLayer Class

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

Syntax

public class FaLayer : ComponentBase

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Constructors

Name Summary
FaLayer()

Properties

Name Value Summary
AdditionalAttributes Dictionary<string, object>
ChildContent RenderFragment
Class string
FixedWidth bool
Style string

Methods

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

Extension Methods

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