FaText Class

Assembly
Rocket.Surgery.Blazor.FontAwesome5.dll
Namespace
Rocket.Surgery.Blazor.FontAwesome5
Interfaces
Base Types
  • ComponentBase
graph BT Type-->Base0["ComponentBase"] Type-.->Interface0["ITransformIcon"] click Interface0 "/api/Rocket.Surgery.Blazor.FontAwesome5/ITransformIcon" Type["FaText"] class Type type-node

Syntax

public class FaText : ComponentBase, ITransformIcon

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Constructors

Name Summary
FaText()

Properties

Name Value Summary
AdditionalAttributes Dictionary<string, object>
ChildContent RenderFragment
Class string
Down string
Flip Nullable<IconFlip>
Grow string
Inverse bool
Left string
Pulse bool
Right string
Rotate string
Shrink string
Spin bool
Style string
Up string

Methods

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

Extension Methods

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