Class IgbGridConditionalStyleFontInfo
Inheritance
System.Object
IgbGridConditionalStyleFontInfo
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbGridConditionalStyleFontInfo : BaseRendererElement, JsonSerializable
Constructors
IgbGridConditionalStyleFontInfo()
Declaration
public IgbGridConditionalStyleFontInfo()
Properties
FontFamily
Declaration
public string FontFamily { get; set; }
Property Value
| Type |
Description |
| System.String |
|
FontSize
Declaration
public double FontSize { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
FontStyle
Declaration
public string FontStyle { get; set; }
Property Value
| Type |
Description |
| System.String |
|
FontWeight
Declaration
public string FontWeight { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
EnsureModulesLoaded()
Declaration
protected override void EnsureModulesLoaded()
Overrides
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Implements