- 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["FaCounter"]
class Type type-node
Syntax
public class FaCounter : ComponentBase, ITransformIcon
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Constructors
Name | Summary |
---|---|
FaCounter |
Properties
Name | Value | Summary |
---|---|---|
AdditionalAttributes | Dictionary |
|
ChildContent | RenderFragment | |
Class | string | |
Down | string | |
Flip | Nullable |
|
Grow | string | |
Inverse | bool | |
Left | string | |
Position | Nullable |
|
Pulse | bool | |
Right | string | |
Rotate | string | |
Shrink | string | |
Spin | bool | |
Style | string | |
Up | string |
Methods
Name | Value | Summary |
---|---|---|
BuildRenderTree |
void |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|