Table of Contents

Interface IMBIcon

Namespace
Material.Blazor
Assembly
Material.Blazor.dll

Interface providing markup elements for an icon in a given foundry.

public interface IMBIcon

Properties

Render

The delegate that combines all the information of the icon into markup.

IMBIcon.IconFragment Render { get; }

Property Value

IMBIcon.IconFragment

RequiresColorFilter

Determines whether color should be set via a filter in the case of Material Icons two-tone theme. Presently partly implemented in toasts only.

bool RequiresColorFilter { get; }

Property Value

bool