Icon Class

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
NullableContextAttribute
NullableAttribute
DebuggerDisplayAttribute

Constructors

Properties

Name Value Summary
Name string
Style IconStyle

Methods

Operators

Name Value Summary
implicit operator Icon(Enum) Icon

Extension Methods

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