Class LegendBaseDescription
Inheritance
System.Object
LegendBaseDescription
Assembly: IgniteUI.Blazor.dll
Syntax
public abstract class LegendBaseDescription : Description
Constructors
LegendBaseDescription()
Declaration
public LegendBaseDescription()
Properties
Background
Declaration
public string Background { get; set; }
Property Value
Type |
Description |
System.String |
|
LegendItemMouseEnterRef
Declaration
public string LegendItemMouseEnterRef { get; set; }
Property Value
Type |
Description |
System.String |
|
LegendItemMouseLeaveRef
Declaration
public string LegendItemMouseLeaveRef { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string LegendItemMouseLeftButtonDownRef { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string LegendItemMouseLeftButtonUpRef { get; set; }
Property Value
Type |
Description |
System.String |
|
LegendItemMouseMoveRef
Declaration
public string LegendItemMouseMoveRef { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public virtual string Type { get; }
Property Value
Type |
Description |
System.String |
|