- Assembly
- Rocket
.Surgery .Blazor .FontAwesome5 .dll - Namespace
- Rocket
.Surgery .Blazor .FontAwesome5 - Interfaces
- Base Types
-
- ComponentBase
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 |
---|---|
Nullable |
|
NullableAttribute |
Constructors
Name | Summary |
---|---|
FaIcon |
Properties
Name | Value | Summary |
---|---|---|
AdditionalAttributes | Dictionary |
|
Border | bool | |
Class | string | |
Down | string | |
FixedWidth | bool | |
Flip | Nullable |
|
Grow | string | |
Icon | Icon | |
Inverse | bool | |
Left | string | |
Mask | Icon | |
PrimaryColor | string | |
PrimaryOpacity | string | |
Pull | Nullable |
|
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 |
void | |
ToStyle |
string |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|