Class IgbCalloutBadgeInfo
Provides info about callout badge
Inheritance
System.Object
IgbCalloutBadgeInfo
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbCalloutBadgeInfo : BaseRendererElement, JsonSerializable
Constructors
IgbCalloutBadgeInfo()
Declaration
public IgbCalloutBadgeInfo()
Properties
BadgeCorner
Gets or sets the corner badge in the callout.
Declaration
public double BadgeCorner { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
BadgeGap
Gets or sets the gap between badge and text in the callout.
Declaration
public double BadgeGap { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
BadgeHeight
Gets or sets badge height in the callout.
Declaration
public double BadgeHeight { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
BadgeImage
Gets or sets the image path for badge displayed in the callout.
Declaration
public string BadgeImage { get; set; }
Property Value
| Type |
Description |
| System.String |
|
BadgeThickness
Gets or sets badge thickness in the callout.
Declaration
public double BadgeThickness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
BadgeVisible
Gets or sets whether the badge is visible in the callout.
Declaration
public bool BadgeVisible { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
BadgeWidth
Gets or sets badge width in the callout.
Declaration
public double BadgeWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
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