IIcon Interface

graph BT Type-.->Interface0["ITransformIcon"] click Interface0 "/api/Rocket.Surgery.Blazor.FontAwesome5/ITransformIcon" Type["IIcon"] class Type type-node Implementing0["Icon"]-.->Type click Implementing0 "/api/Rocket.Surgery.Blazor.FontAwesome5.Shared/Icon" Implementing1["FaIcon"]-.->Type click Implementing1 "/api/Rocket.Surgery.Blazor.FontAwesome5/FaIcon"

Syntax

public interface IIcon : ITransformIcon

Attributes

Type Description
NullableContextAttribute

Properties

Name Value Summary
Border bool
CssClass string
CssStyle string
FixedWidth bool
Inverse bool
Mask Icon
Name string
Pull IconPull
Pulse bool
Size IconSize
Spin bool
Style IconStyle

Extension Methods

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