- Assembly
- Rocket
.Surgery .Blazor .FontAwesome5 .dll - Namespace
- Rocket
.Surgery .Blazor .FontAwesome5 .Shared - Interfaces
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IIcon"]
click Interface0 "/api/Rocket.Surgery.Blazor.FontAwesome5/IIcon"
Type-.->Interface1["ITransformIcon"]
click Interface1 "/api/Rocket.Surgery.Blazor.FontAwesome5/ITransformIcon"
Type["Icon"]
class Type type-node
Syntax
public class Icon : IIcon, ITransformIcon
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute | |
Debugger |
Constructors
Name | Summary |
---|---|
Icon |
Properties
Methods
Name | Value | Summary |
---|---|---|
Border |
Icon | |
CssClass |
Icon | |
CssStyle |
Icon | |
Down |
Icon | |
FixedWidth |
Icon | |
Flip |
Icon | |
Grow |
Icon | |
Horizontal |
Icon | |
Inverse |
Icon | |
Left |
Icon | |
Mask |
Icon | |
Pull |
Icon | |
Pulse |
Icon | |
RemoveMask |
Icon | |
Right |
Icon | |
Rotate |
Icon | |
Rotate |
Icon | |
RotateLeft |
Icon | |
RotateRight |
Icon | |
Scale |
Icon | |
Shrink |
Icon | |
Size |
Icon | |
Spin |
Icon | |
ToIcon |
string | |
ToMarkup |
MarkupString | |
ToName |
string |
static
|
ToPrefix |
string |
static
|
ToPrefix |
string |
static
|
ToString |
string |
static
|
ToString |
string |
static
|
ToString |
string |
static
|
Up |
Icon | |
Vertical |
Icon |
Operators
Name | Value | Summary |
---|---|---|
implicit operator |
Icon |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|