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:
public class RadBadgeView : RadLayout
Inheritance: objectRadLayoutRadBadgeView
Inherited Members
Constructors
Initializes a new instance of the RadBadgeView class.
public RadBadgeView()
Fields
BadgeAnimationDurationProperty
BindableProperty
Identifies the BadgeAnimationDuration property.
public static readonly BindableProperty BadgeAnimationDurationProperty
BadgeAnimationEasingProperty
BindableProperty
Identifies the BadgeAnimationEasing property.
public static readonly BindableProperty BadgeAnimationEasingProperty
BadgeAnimationTypeProperty
BindableProperty
Identifies the BadgeAnimationType property.
public static readonly BindableProperty BadgeAnimationTypeProperty
BadgeBackgroundColorProperty
BindableProperty
Identifies the BadgeBackgroundColor property.
public static readonly BindableProperty BadgeBackgroundColorProperty
BadgeBorderColorProperty
BindableProperty
Identifies the BadgeBorderColor property.
public static readonly BindableProperty BadgeBorderColorProperty
BadgeBorderThicknessProperty
BindableProperty
Identifies the BadgeBorderThickness property.
public static readonly BindableProperty BadgeBorderThicknessProperty
BadgeCornerRadiusProperty
BindableProperty
Identifies the BadgeCornerRadius property.
public static readonly BindableProperty BadgeCornerRadiusProperty
BadgeFontAttributesProperty
BindableProperty
Identifies the BadgeFontAttributes property.
public static readonly BindableProperty BadgeFontAttributesProperty
BadgeFontFamilyProperty
BindableProperty
Identifies the BadgeFontFamily property.
public static readonly BindableProperty BadgeFontFamilyProperty
BadgeFontSizeProperty
BindableProperty
Identifies the BadgeFontSize property.
public static readonly BindableProperty BadgeFontSizeProperty
BadgeHorizontalAlignmentProperty
BindableProperty
Identifies the BadgeHorizontalAlignment property.
public static BindableProperty BadgeHorizontalAlignmentProperty
BadgeHorizontalPositionProperty
BindableProperty
Identifies the BadgeHorizontalPosition property.
public static BindableProperty BadgeHorizontalPositionProperty
BadgeMinimumHeightProperty
BindableProperty
Identifies the BadgeMinimumHeight property.
public static readonly BindableProperty BadgeMinimumHeightProperty
BadgeMinimumWidthProperty
BindableProperty
Identifies the BadgeMinimumWidth property.
public static readonly BindableProperty BadgeMinimumWidthProperty
BadgeOffsetXProperty
BindableProperty
Identifies the BadgeOffsetX property.
public static BindableProperty BadgeOffsetXProperty
BadgeOffsetYProperty
BindableProperty
Identifies the BadgeOffsetY property.
public static BindableProperty BadgeOffsetYProperty
BadgeStartAnimationCommandProperty
BindableProperty
Identifies the BadgeStartAnimationCommand property.
public static readonly BindableProperty BadgeStartAnimationCommandProperty
BadgeStartAnimationCommandPropertyKey
BindablePropertyKey
Identifies the read-only property key for BadgeStartAnimationCommand.
public static readonly BindablePropertyKey BadgeStartAnimationCommandPropertyKey
BadgeTextColorProperty
BindableProperty
Identifies the BadgeTextColor property.
public static readonly BindableProperty BadgeTextColorProperty
BadgeTextMarginProperty
BindableProperty
Identifies the BadgeTextMargin property.
public static readonly BindableProperty BadgeTextMarginProperty
BadgeTextProperty
BindableProperty
Identifies the BadgeText property.
public static readonly BindableProperty BadgeTextProperty
BadgeTypeProperty
BindableProperty
Identifies the BadgeType property.
public static readonly BindableProperty BadgeTypeProperty
BadgeVerticalAlignmentProperty
BindableProperty
Identifies the BadgeVerticalAlignment property.
public static BindableProperty BadgeVerticalAlignmentProperty
BadgeVerticalPositionProperty
BindableProperty
Identifies the BadgeVerticalPosition property.
public static BindableProperty BadgeVerticalPositionProperty
BadgeVisibilityProperty
BindableProperty
Identifies the BadgeVisibility property.
public static BindableProperty BadgeVisibilityProperty
ContentProperty
BindableProperty
Identifies the Content property.
public static BindableProperty ContentProperty
PaddingProperty
BindableProperty
Identifies the Padding property.
public static readonly BindableProperty PaddingProperty
Properties
Gets or sets the duration of Animation for badge in milliseconds.
public int BadgeAnimationDuration { get; set; }
BadgeAnimationEasing
Easing
Gets or sets the Easing for the animation of badge.
[TypeConverter(typeof(EasingTypeConverter))]
public Easing BadgeAnimationEasing { get; set; }
Gets or sets the type of BadgeAnimationType for badge.
public BadgeAnimationType BadgeAnimationType { get; set; }
BadgeBackgroundColor
Color
Gets or sets the background color of badge.
public Color BadgeBackgroundColor { get; set; }
BadgeBorderColor
Color
Gets or sets the border color of badge.
public Color BadgeBorderColor { get; set; }
BadgeBorderThickness
Thickness
Gets or sets the border thickness of badge.
public Thickness BadgeBorderThickness { get; set; }
BadgeCornerRadius
Thickness
Gets or sets the corner radius of badge.
public Thickness BadgeCornerRadius { get; set; }
BadgeFontAttributes
FontAttributes
Gets or sets the text font attributes of badge.
public FontAttributes BadgeFontAttributes { get; set; }
Gets or sets the text font family of badge.
public string BadgeFontFamily { get; set; }
Gets or sets the text font size of badge.
[TypeConverter(typeof(FontSizeConverter))]
public double BadgeFontSize { get; set; }
Gets or sets the horizontal BadgeAlignment of badge.
public BadgeAlignment BadgeHorizontalAlignment { get; set; }
Gets or sets the horizontal BadgePosition of badge.
public BadgePosition BadgeHorizontalPosition { get; set; }
Gets or sets the minimum height of badge.
public double BadgeMinimumHeight { get; set; }
Gets or sets the minimum width of badge.
public double BadgeMinimumWidth { get; set; }
Gets or sets a value indicating with how much the badge will be moved horizontally after layout.
public double BadgeOffsetX { get; set; }
Gets or sets a value indicating with how much the badge will be moved vertically after layout.
public double BadgeOffsetY { get; set; }
Gets the command that starts the badge animation.
public ICommand BadgeStartAnimationCommand { get; }
BadgeTextColor
Color
Gets or sets the text color of badge.
public Color BadgeTextColor { get; set; }
BadgeTextMargin
Thickness
Gets or sets the text margin of badge.
public Thickness BadgeTextMargin { get; set; }
Gets or sets the vertical BadgeAlignment of badge.
public BadgeAlignment BadgeVerticalAlignment { get; set; }
Gets or sets the vertical BadgePosition of badge.
public BadgePosition BadgeVerticalPosition { get; set; }
BadgeVisibility
Visibility
Gets or sets the visibility Visibility of badge.
public Visibility BadgeVisibility { get; set; }
Content
View
Gets or sets the badge content.
public View Content { get; set; }
Padding
Thickness
Gets or sets the inner padding of the RadBadgeView.
public Thickness Padding { get; set; }