Class
RadBadgeView

Represents a control that is used for displaying an additional marker on its content, like number of items or notifications.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class RadBadgeView : RadLayout

Inheritance: objectRadLayoutRadBadgeView

Inherited Members RadLayout.CreateLayoutManager()

Constructors

RadBadgeView()

Initializes a new instance of the RadBadgeView class.

Declaration

cs-api-definition
public RadBadgeView()

Fields

BadgeAnimationDurationProperty

Identifies the BadgeAnimationDuration property.

Declaration

cs-api-definition
public static readonly BindableProperty BadgeAnimationDurationProperty

Field Value

BindableProperty

BadgeAnimationEasingProperty

Identifies the BadgeAnimationEasing property.

Declaration

cs-api-definition
public static readonly BindableProperty BadgeAnimationEasingProperty

Field Value

BindableProperty

BadgeAnimationTypeProperty

Identifies the BadgeAnimationType property.

Declaration

cs-api-definition
public static readonly BindableProperty BadgeAnimationTypeProperty

Field Value

BindableProperty

BadgeBackgroundColorProperty

Identifies the BadgeBackgroundColor property.

Declaration

cs-api-definition
public static readonly BindableProperty BadgeBackgroundColorProperty

Field Value

BindableProperty

BadgeBorderColorProperty

Identifies the BadgeBorderColor property.

Declaration

cs-api-definition
public static readonly BindableProperty BadgeBorderColorProperty

Field Value

BindableProperty

BadgeBorderThicknessProperty

Identifies the BadgeBorderThickness property.

Declaration

cs-api-definition
public static readonly BindableProperty BadgeBorderThicknessProperty

Field Value

BindableProperty

BadgeCornerRadiusProperty

Identifies the BadgeCornerRadius property.

Declaration

cs-api-definition
public static readonly BindableProperty BadgeCornerRadiusProperty

Field Value

BindableProperty

BadgeFontAttributesProperty

Identifies the BadgeFontAttributes property.

Declaration

cs-api-definition
public static readonly BindableProperty BadgeFontAttributesProperty

Field Value

BindableProperty

BadgeFontFamilyProperty

Identifies the BadgeFontFamily property.

Declaration

cs-api-definition
public static readonly BindableProperty BadgeFontFamilyProperty

Field Value

BindableProperty

BadgeFontSizeProperty

Identifies the BadgeFontSize property.

Declaration

cs-api-definition
public static readonly BindableProperty BadgeFontSizeProperty

Field Value

BindableProperty

BadgeHorizontalAlignmentProperty

Identifies the BadgeHorizontalAlignment property.

Declaration

cs-api-definition
public static BindableProperty BadgeHorizontalAlignmentProperty

Field Value

BindableProperty

BadgeHorizontalPositionProperty

Identifies the BadgeHorizontalPosition property.

Declaration

cs-api-definition
public static BindableProperty BadgeHorizontalPositionProperty

Field Value

BindableProperty

BadgeMinimumHeightProperty

Identifies the BadgeMinimumHeight property.

Declaration

cs-api-definition
public static readonly BindableProperty BadgeMinimumHeightProperty

Field Value

BindableProperty

BadgeMinimumWidthProperty

Identifies the BadgeMinimumWidth property.

Declaration

cs-api-definition
public static readonly BindableProperty BadgeMinimumWidthProperty

Field Value

BindableProperty

BadgeOffsetXProperty

Identifies the BadgeOffsetX property.

Declaration

cs-api-definition
public static BindableProperty BadgeOffsetXProperty

Field Value

BindableProperty

BadgeOffsetYProperty

Identifies the BadgeOffsetY property.

Declaration

cs-api-definition
public static BindableProperty BadgeOffsetYProperty

Field Value

BindableProperty

BadgeStartAnimationCommandProperty

Identifies the BadgeStartAnimationCommand property.

Declaration

cs-api-definition
public static readonly BindableProperty BadgeStartAnimationCommandProperty

Field Value

BindableProperty

BadgeStartAnimationCommandPropertyKey

Identifies the read-only property key for BadgeStartAnimationCommand.

Declaration

cs-api-definition
public static readonly BindablePropertyKey BadgeStartAnimationCommandPropertyKey

Field Value

BindablePropertyKey

BadgeTextColorProperty

Identifies the BadgeTextColor property.

Declaration

cs-api-definition
public static readonly BindableProperty BadgeTextColorProperty

Field Value

BindableProperty

BadgeTextMarginProperty

Identifies the BadgeTextMargin property.

Declaration

cs-api-definition
public static readonly BindableProperty BadgeTextMarginProperty

Field Value

BindableProperty

BadgeTextProperty

Identifies the BadgeText property.

Declaration

cs-api-definition
public static readonly BindableProperty BadgeTextProperty

Field Value

BindableProperty

BadgeTypeProperty

Identifies the BadgeType property.

Declaration

cs-api-definition
public static readonly BindableProperty BadgeTypeProperty

Field Value

BindableProperty

BadgeVerticalAlignmentProperty

Identifies the BadgeVerticalAlignment property.

Declaration

cs-api-definition
public static BindableProperty BadgeVerticalAlignmentProperty

Field Value

BindableProperty

BadgeVerticalPositionProperty

Identifies the BadgeVerticalPosition property.

Declaration

cs-api-definition
public static BindableProperty BadgeVerticalPositionProperty

Field Value

BindableProperty

BadgeVisibilityProperty

Identifies the BadgeVisibility property.

Declaration

cs-api-definition
public static BindableProperty BadgeVisibilityProperty

Field Value

BindableProperty

ContentProperty

Identifies the Content property.

Declaration

cs-api-definition
public static BindableProperty ContentProperty

Field Value

BindableProperty

PaddingProperty

Identifies the Padding property.

Declaration

cs-api-definition
public static readonly BindableProperty PaddingProperty

Field Value

BindableProperty

Properties

BadgeAnimationDuration

Gets or sets the duration of Animation for badge in milliseconds.

Declaration

cs-api-definition
public int BadgeAnimationDuration { get; set; }

Property Value

int

BadgeAnimationEasing

Gets or sets the Easing for the animation of badge.

Declaration

cs-api-definition
[TypeConverter(typeof(EasingTypeConverter))]
public Easing BadgeAnimationEasing { get; set; }

Property Value

Easing

BadgeAnimationType

Gets or sets the type of BadgeAnimationType for badge.

Declaration

cs-api-definition
public BadgeAnimationType BadgeAnimationType { get; set; }

Property Value

BadgeAnimationType

BadgeBackgroundColor

Gets or sets the background color of badge.

Declaration

cs-api-definition
public Color BadgeBackgroundColor { get; set; }

Property Value

Color

BadgeBorderColor

Gets or sets the border color of badge.

Declaration

cs-api-definition
public Color BadgeBorderColor { get; set; }

Property Value

Color

BadgeBorderThickness

Gets or sets the border thickness of badge.

Declaration

cs-api-definition
public Thickness BadgeBorderThickness { get; set; }

Property Value

Thickness

BadgeCornerRadius

Gets or sets the corner radius of badge.

Declaration

cs-api-definition
public Thickness BadgeCornerRadius { get; set; }

Property Value

Thickness

BadgeFontAttributes

Gets or sets the text font attributes of badge.

Declaration

cs-api-definition
public FontAttributes BadgeFontAttributes { get; set; }

Property Value

FontAttributes

BadgeFontFamily

Gets or sets the text font family of badge.

Declaration

cs-api-definition
public string BadgeFontFamily { get; set; }

Property Value

string

BadgeFontSize

Gets or sets the text font size of badge.

Declaration

cs-api-definition
[TypeConverter(typeof(FontSizeConverter))]
public double BadgeFontSize { get; set; }

Property Value

double

BadgeHorizontalAlignment

Gets or sets the horizontal BadgeAlignment of badge.

Declaration

cs-api-definition
public BadgeAlignment BadgeHorizontalAlignment { get; set; }

Property Value

BadgeAlignment

BadgeHorizontalPosition

Gets or sets the horizontal BadgePosition of badge.

Declaration

cs-api-definition
public BadgePosition BadgeHorizontalPosition { get; set; }

Property Value

BadgePosition

BadgeMinimumHeight

Gets or sets the minimum height of badge.

Declaration

cs-api-definition
public double BadgeMinimumHeight { get; set; }

Property Value

double

BadgeMinimumWidth

Gets or sets the minimum width of badge.

Declaration

cs-api-definition
public double BadgeMinimumWidth { get; set; }

Property Value

double

BadgeOffsetX

Gets or sets a value indicating with how much the badge will be moved horizontally after layout.

Declaration

cs-api-definition
public double BadgeOffsetX { get; set; }

Property Value

double

BadgeOffsetY

Gets or sets a value indicating with how much the badge will be moved vertically after layout.

Declaration

cs-api-definition
public double BadgeOffsetY { get; set; }

Property Value

double

BadgeStartAnimationCommand

Gets the command that starts the badge animation.

Declaration

cs-api-definition
public ICommand BadgeStartAnimationCommand { get; }

Property Value

ICommand

BadgeText

Gets or sets the text of badge.

Declaration

cs-api-definition
public string BadgeText { get; set; }

Property Value

string

BadgeTextColor

Gets or sets the text color of badge.

Declaration

cs-api-definition
public Color BadgeTextColor { get; set; }

Property Value

Color

BadgeTextMargin

Gets or sets the text margin of badge.

Declaration

cs-api-definition
public Thickness BadgeTextMargin { get; set; }

Property Value

Thickness

BadgeType

Gets or sets the badge type.

Declaration

cs-api-definition
public BadgeType BadgeType { get; set; }

Property Value

BadgeType

BadgeVerticalAlignment

Gets or sets the vertical BadgeAlignment of badge.

Declaration

cs-api-definition
public BadgeAlignment BadgeVerticalAlignment { get; set; }

Property Value

BadgeAlignment

BadgeVerticalPosition

Gets or sets the vertical BadgePosition of badge.

Declaration

cs-api-definition
public BadgePosition BadgeVerticalPosition { get; set; }

Property Value

BadgePosition

BadgeVisibility

Gets or sets the visibility Visibility of badge.

Declaration

cs-api-definition
public Visibility BadgeVisibility { get; set; }

Property Value

Visibility

Content

Gets or sets the badge content.

Declaration

cs-api-definition
public View Content { get; set; }

Property Value

View

Padding

Gets or sets the inner padding of the RadBadgeView.

Declaration

cs-api-definition
public Thickness Padding { get; set; }

Property Value

Thickness