Interface IMBIcon
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
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; }