FaIcon Class

graph BT Type-->Base0["ComponentBase"] Type-.->Interface0["IIcon"] click Interface0 "/api/Rocket.Surgery.Blazor.FontAwesome5/IIcon" Type-.->Interface1["ITransformIcon"] click Interface1 "/api/Rocket.Surgery.Blazor.FontAwesome5/ITransformIcon" Type["FaIcon"] class Type type-node

Syntax

public class FaIcon : ComponentBase, IIcon, ITransformIcon

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Constructors

Name Summary
FaIcon()

Properties

Name Value Summary
AdditionalAttributes Dictionary<string, object>
Border bool
Class string
Down string
FixedWidth bool
Flip Nullable<IconFlip>
Grow string
Icon Icon
Inverse bool
Left string
Mask Icon
PrimaryColor string
PrimaryOpacity string
Pull Nullable<IconPull>
Pulse bool
Right string
Rotate string
SecondaryColor string
SecondaryOpacity string
Shrink string
Size IconSize
Spin bool
Style string
SwapOpacity bool
Up string

Methods

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

Extension Methods

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