Class IgbUserAnnotationInformation
Inheritance
System.Object
IgbUserAnnotationInformation
Assembly: IgniteUI.Blazor.dll
public class IgbUserAnnotationInformation : BaseRendererElement, JsonSerializable
Constructors
Declaration
public IgbUserAnnotationInformation()
Properties
Declaration
public string AnnotationData { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string AnnotationId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string BadgeColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string BadgeImageUri { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public double DialogSuggestedXLocation { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double DialogSuggestedYLocation { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public string Label { get; set; }
Property Value
| Type |
Description |
| System.String |
|
MainColor
Declaration
public string MainColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
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
protected override void FromEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
| Type |
Name |
Description |
| BaseRendererControl |
control |
|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
Declaration
protected override void ToEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
| Type |
Name |
Description |
| BaseRendererControl |
control |
|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
Implements