menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BadgeSetting - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BadgeSetting

    Class implementation of badge settings.

    Inheritance
    System.Object
    BadgeSetting
    Namespace: Syncfusion.XForms.BadgeView
    Assembly: Syncfusion.SfBadgeView.XForms.dll
    Syntax
    public class BadgeSetting : Element

    Constructors

    BadgeSetting()

    Initializes a new instance of the BadgeSetting class.

    Declaration
    public BadgeSetting()

    Fields

    BackgroundColorProperty

    Bindable property for BackgroundColor property.

    Declaration
    public static readonly BindableProperty BackgroundColorProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    BadgeAlignmentProperty

    Bindable property for BadgeAlignment property.

    Declaration
    public static readonly BindableProperty BadgeAlignmentProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    BadgeAnimationProperty

    Bindable property for BadgeAnimation property.

    Declaration
    public static readonly BindableProperty BadgeAnimationProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    BadgeIconProperty

    Bindable property for BadgeIcon property.

    Declaration
    public static readonly BindableProperty BadgeIconProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    BadgePositionProperty

    Bindable property for BadgePosition property.

    Declaration
    public static readonly BindableProperty BadgePositionProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    BadgeTypeProperty

    Bindable property for BadgeType property.

    Declaration
    public static readonly BindableProperty BadgeTypeProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    CornerRadiusProperty

    Bindable property for Offset property.

    Declaration
    public static readonly BindableProperty CornerRadiusProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    FontAttributesProperty

    Bindable property for FontAttributes property.

    Declaration
    public static readonly BindableProperty FontAttributesProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    FontFamilyProperty

    Bindable property for FontFamily property.

    Declaration
    public static readonly BindableProperty FontFamilyProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    FontSizeProperty

    Bindable property for FontSize property.

    Declaration
    public static readonly BindableProperty FontSizeProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    OffsetProperty

    Bindable property for Offset property.

    Declaration
    public static readonly BindableProperty OffsetProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    StrokeProperty

    Bindable property for Strokeproperty.

    Declaration
    public static readonly BindableProperty StrokeProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    StrokeWidthProperty

    Bindable property for StrokeWidth property.

    Declaration
    public static readonly BindableProperty StrokeWidthProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    TextColorProperty

    Bindable property for TextColor property.

    Declaration
    public static readonly BindableProperty TextColorProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    TextPaddingProperty

    Bindable property for TextPadding property.

    Declaration
    public static readonly BindableProperty TextPaddingProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    BackgroundColor

    Gets or sets the value for background color.

    Declaration
    public Color BackgroundColor { get; set; }
    Property Value
    Type
    Xamarin.Forms.Color

    BadgeAlignment

    Gets or sets the value for badge alignment.

    Declaration
    public BadgeAlignment BadgeAlignment { get; set; }
    Property Value
    Type
    BadgeAlignment

    BadgeAnimation

    Gets or sets the value for badge animation.

    Declaration
    public BadgeAnimation BadgeAnimation { get; set; }
    Property Value
    Type
    BadgeAnimation

    BadgeIcon

    Gets or sets the value for badge animation.

    Declaration
    public BadgeIcon BadgeIcon { get; set; }
    Property Value
    Type
    BadgeIcon

    BadgePosition

    Gets or sets the value for badge position.

    Declaration
    public BadgePosition BadgePosition { get; set; }
    Property Value
    Type
    BadgePosition

    BadgeType

    Gets or sets the value for badge type.

    Declaration
    public BadgeType BadgeType { get; set; }
    Property Value
    Type
    BadgeType

    CornerRadius

    Gets or sets the value for offset.

    Declaration
    public Thickness CornerRadius { get; set; }
    Property Value
    Type
    Xamarin.Forms.Thickness

    FontAttributes

    Gets or sets the value for font attributes.

    Declaration
    public FontAttributes FontAttributes { get; set; }
    Property Value
    Type
    Xamarin.Forms.FontAttributes

    FontFamily

    Gets or sets the value for font family.

    Declaration
    public string FontFamily { get; set; }
    Property Value
    Type
    System.String

    FontSize

    Gets or sets the value for font size.

    Declaration
    public double FontSize { get; set; }
    Property Value
    Type
    System.Double

    Offset

    Gets or sets the value for offset.

    Declaration
    public Point Offset { get; set; }
    Property Value
    Type
    Xamarin.Forms.Point

    Stroke

    Gets or sets the value for stroke.

    Declaration
    public Color Stroke { get; set; }
    Property Value
    Type
    Xamarin.Forms.Color

    StrokeWidth

    Gets or sets the value for stroke width.

    Declaration
    public double StrokeWidth { get; set; }
    Property Value
    Type
    System.Double

    TextColor

    Gets or sets the value for text color.

    Declaration
    public Color TextColor { get; set; }
    Property Value
    Type
    Xamarin.Forms.Color

    TextPadding

    Gets or sets the value for text padding.

    Declaration
    public Thickness TextPadding { get; set; }
    Property Value
    Type
    Xamarin.Forms.Thickness
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved