Class IgbIconButton
Inheritance
System.Object
IgbIconButton
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
public class IgbIconButton : IgbButtonBase, RefSink, JsonSerializable, IDisposable
Constructors
Declaration
Properties
The name of the icon collection.
Declaration
public string Collection { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
protected override string DirectRenderElementName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Declaration
[WCWidgetMemberName("Name")]
public string IconName { get; set; }
Property Value
Type |
Description |
System.String |
|
Whether to flip the icon button. Useful for RTL layouts.
Declaration
public bool Mirrored { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
protected override bool SupportsVisualChildren { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Declaration
protected override bool UseDirectRender { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
The visual variant of the icon button.
Declaration
public IconButtonVariant Variant { get; set; }
Property Value
Methods
Declaration
protected override void EnsureModulesLoaded()
Overrides
Declaration
public override object FindByName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Object |
|
Overrides
Declaration
public void RegisterIcon(string name, string url, string collection)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
url |
|
System.String |
collection |
|
Declaration
public Task RegisterIconAsync(string name, string url, string collection)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
url |
|
System.String |
collection |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
RegisterIconFromText(String, String, String)
Declaration
public void RegisterIconFromText(string name, string iconText, string collection)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
iconText |
|
System.String |
collection |
|
RegisterIconFromTextAsync(String, String, String)
Declaration
public Task RegisterIconFromTextAsync(string name, string iconText, string collection)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
iconText |
|
System.String |
collection |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Declaration
protected override string ResolveDisplay()
Returns
Type |
Description |
System.String |
|
Overrides
Implements
System.IDisposable