Class IgbStyle
A class that exposes style realted properties.
Inheritance
System.Object
IgbStyle
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbStyle : BaseRendererElement, JsonSerializable
Constructors
IgbStyle()
Declaration
Properties
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Implements