Class RadBadgeView
Represents a control that is used for displaying an additional marker on its content, like number of items or notifications.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadBadgeView : RadLayout
Constructors
RadBadgeView()
Declaration
public RadBadgeView()
Fields
BadgeAnimationDurationProperty
Identifies the BadgeAnimationDuration property.
Declaration
public static readonly BindableProperty BadgeAnimationDurationProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BadgeAnimationEasingProperty
Identifies the BadgeAnimationEasing property.
Declaration
public static readonly BindableProperty BadgeAnimationEasingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BadgeAnimationTypeProperty
Identifies the BadgeAnimationType property.
Declaration
public static readonly BindableProperty BadgeAnimationTypeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BadgeBackgroundColorProperty
Identifies the BadgeBackgroundColor property.
Declaration
public static readonly BindableProperty BadgeBackgroundColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BadgeBorderColorProperty
Identifies the BadgeBorderColor property.
Declaration
public static readonly BindableProperty BadgeBorderColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BadgeBorderThicknessProperty
Identifies the BadgeBorderThickness property.
Declaration
public static readonly BindableProperty BadgeBorderThicknessProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BadgeCornerRadiusProperty
Identifies the BadgeCornerRadius property.
Declaration
public static readonly BindableProperty BadgeCornerRadiusProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BadgeFontAttributesProperty
Identifies the BadgeFontAttributes property.
Declaration
public static readonly BindableProperty BadgeFontAttributesProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BadgeFontFamilyProperty
Identifies the BadgeFontFamily property.
Declaration
public static readonly BindableProperty BadgeFontFamilyProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BadgeFontSizeProperty
Identifies the BadgeFontSize property.
Declaration
public static readonly BindableProperty BadgeFontSizeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BadgeHorizontalAlignmentProperty
Identifies the BadgeHorizontalAlignment property.
Declaration
public static BindableProperty BadgeHorizontalAlignmentProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BadgeHorizontalPositionProperty
Identifies the BadgeHorizontalPosition property.
Declaration
public static BindableProperty BadgeHorizontalPositionProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BadgeMinimumHeightProperty
Identifies the BadgeMinimumHeight property.
Declaration
public static readonly BindableProperty BadgeMinimumHeightProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BadgeMinimumWidthProperty
Identifies the BadgeMinimumWidth property.
Declaration
public static readonly BindableProperty BadgeMinimumWidthProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BadgeOffsetXProperty
Identifies the BadgeOffsetX property.
Declaration
public static BindableProperty BadgeOffsetXProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BadgeOffsetYProperty
Identifies the BadgeOffsetY property.
Declaration
public static BindableProperty BadgeOffsetYProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BadgeStartAnimationCommandProperty
Declaration
public static readonly BindableProperty BadgeStartAnimationCommandProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BadgeStartAnimationCommandPropertyKey
Declaration
public static readonly BindablePropertyKey BadgeStartAnimationCommandPropertyKey
Field Value
Microsoft.Maui.Controls.BindablePropertyKey
|
BadgeTextColorProperty
Identifies the BadgeTextColor property.
Declaration
public static readonly BindableProperty BadgeTextColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BadgeTextMarginProperty
Identifies the BadgeTextMargin property.
Declaration
public static readonly BindableProperty BadgeTextMarginProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BadgeTextProperty
Identifies the BadgeText property.
Declaration
public static readonly BindableProperty BadgeTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BadgeTypeProperty
Identifies the BadgeType property.
Declaration
public static readonly BindableProperty BadgeTypeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BadgeVerticalAlignmentProperty
Identifies the BadgeVerticalAlignment property.
Declaration
public static BindableProperty BadgeVerticalAlignmentProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BadgeVerticalPositionProperty
Identifies the BadgeVerticalPosition property.
Declaration
public static BindableProperty BadgeVerticalPositionProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BadgeVisibilityProperty
Identifies the BadgeVisibility property.
Declaration
public static BindableProperty BadgeVisibilityProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ContentProperty
Identifies the Content property.
Declaration
public static BindableProperty ContentProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
PaddingProperty
Identifies the Padding property.
Declaration
public static readonly BindableProperty PaddingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
BadgeAnimationDuration
Gets or sets the duration of Animation for badge in milliseconds.
Declaration
public int BadgeAnimationDuration { get; set; }
Property Value
System.Int32
|
BadgeAnimationEasing
Gets or sets the Microsoft.Maui.Easing for the animation of badge.
Declaration
public Easing BadgeAnimationEasing { get; set; }
Property Value
Microsoft.Maui.Easing
|
BadgeAnimationType
Gets or sets the type of BadgeAnimationType for badge.
Declaration
public BadgeAnimationType BadgeAnimationType { get; set; }
Property Value
BadgeAnimationType
|
BadgeBackgroundColor
Gets or sets the background color of badge.
Declaration
public Color BadgeBackgroundColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
BadgeBorderColor
Gets or sets the border color of badge.
Declaration
public Color BadgeBorderColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
BadgeBorderThickness
Gets or sets the border thickness of badge.
Declaration
public Thickness BadgeBorderThickness { get; set; }
Property Value
Microsoft.Maui.Thickness
|
BadgeCornerRadius
Gets or sets the corner radius of badge.
Declaration
public Thickness BadgeCornerRadius { get; set; }
Property Value
Microsoft.Maui.Thickness
|
BadgeFontAttributes
Gets or sets the text font attributes of badge.
Declaration
public FontAttributes BadgeFontAttributes { get; set; }
Property Value
Microsoft.Maui.Controls.FontAttributes
|
BadgeFontFamily
Gets or sets the text font family of badge.
Declaration
public string BadgeFontFamily { get; set; }
Property Value
System.String
|
BadgeFontSize
Gets or sets the text font size of badge.
Declaration
public double BadgeFontSize { get; set; }
Property Value
System.Double
|
BadgeHorizontalAlignment
Gets or sets the horizontal BadgeAlignment of badge.
Declaration
public BadgeAlignment BadgeHorizontalAlignment { get; set; }
Property Value
BadgeAlignment
|
BadgeHorizontalPosition
Gets or sets the horizontal BadgePosition of badge.
Declaration
public BadgePosition BadgeHorizontalPosition { get; set; }
Property Value
BadgePosition
|
BadgeMinimumHeight
Gets or sets the minimum height of badge.
Declaration
public double BadgeMinimumHeight { get; set; }
Property Value
System.Double
|
BadgeMinimumWidth
Gets or sets the minimum width of badge.
Declaration
public double BadgeMinimumWidth { get; set; }
Property Value
System.Double
|
BadgeOffsetX
Gets or sets a value indicating with how much the badge will be moved horizontally after layout.
Declaration
public double BadgeOffsetX { get; set; }
Property Value
System.Double
|
BadgeOffsetY
Gets or sets a value indicating with how much the badge will be moved vertically after layout.
Declaration
public double BadgeOffsetY { get; set; }
Property Value
System.Double
|
BadgeStartAnimationCommand
Gets the command that starts the badge animation.
Declaration
public ICommand BadgeStartAnimationCommand { get; }
Property Value
System.Windows.Input.ICommand
|
BadgeText
Gets or sets the text of badge.
Declaration
public string BadgeText { get; set; }
Property Value
System.String
|
BadgeTextColor
Gets or sets the text color of badge.
Declaration
public Color BadgeTextColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
BadgeTextMargin
Gets or sets the text margin of badge.
Declaration
public Thickness BadgeTextMargin { get; set; }
Property Value
Microsoft.Maui.Thickness
|
BadgeType
Gets or sets the badge type.
Declaration
public BadgeType BadgeType { get; set; }
Property Value
BadgeType
|
BadgeVerticalAlignment
Gets or sets the vertical BadgeAlignment of badge.
Declaration
public BadgeAlignment BadgeVerticalAlignment { get; set; }
Property Value
BadgeAlignment
|
BadgeVerticalPosition
Gets or sets the vertical BadgePosition of badge.
Declaration
public BadgePosition BadgeVerticalPosition { get; set; }
Property Value
BadgePosition
|
BadgeVisibility
Gets or sets the visibility Microsoft.Maui.Visibility of badge.
Declaration
public Visibility BadgeVisibility { get; set; }
Property Value
Microsoft.Maui.Visibility
|
Content
Gets or sets the badge content.
Declaration
public View Content { get; set; }
Property Value
Microsoft.Maui.Controls.View
|
Padding
Gets or sets the inner padding of the RadBadgeView.
Declaration
public Thickness Padding { get; set; }
Property Value
Microsoft.Maui.Thickness
|