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