Class BadgeSetting
Class implementation of badge setting
Inheritance
Namespace: Syncfusion.XForms.WPF.BadgeView
Assembly: Syncfusion.SfBadgeView.XForms.WPF.dll
Syntax
public class BadgeSetting : DependencyObject
Constructors
BadgeSetting()
Declaration
public BadgeSetting()
Fields
BackgroundProperty
The dependency property of Background property.
Declaration
public static readonly DependencyProperty BackgroundProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
BadgeAlignmentProperty
The dependency property of BadgeAlignment property.
Declaration
public static readonly DependencyProperty BadgeAlignmentProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
BadgeAnimationProperty
The dependency property of BadgeAnimation property.
Declaration
public static readonly DependencyProperty BadgeAnimationProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
BadgeIconProperty
The dependency property of BadgeIcon property.
Declaration
public static readonly DependencyProperty BadgeIconProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
BadgePositionProperty
The dependency property of BadgePosition property.
Declaration
public static readonly DependencyProperty BadgePositionProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
BadgeTypeProperty
The dependency property of BadgeType property.
Declaration
public static readonly DependencyProperty BadgeTypeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
CornerRadiusProperty
The dependency property of CornerRadius property.
Declaration
public static readonly DependencyProperty CornerRadiusProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
FontFamilyProperty
The dependency property of FontFamily property.
Declaration
public static readonly DependencyProperty FontFamilyProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
FontSizeProperty
The dependency property of FontSize property.
Declaration
public static readonly DependencyProperty FontSizeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
FontStyleProperty
The dependency property of FontStyle property.
Declaration
public static readonly DependencyProperty FontStyleProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
FontWeightProperty
The dependency property of FontWeight property.
Declaration
public static readonly DependencyProperty FontWeightProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ForegroundProperty
The dependency property of Foreground property.
Declaration
public static readonly DependencyProperty ForegroundProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
OffsetProperty
The dependency property of Offset property.
Declaration
public static readonly DependencyProperty OffsetProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
StrokeProperty
The dependency property of Stroke property.
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
StrokeThicknessProperty
The dependency property of StrokeThickness property.
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
TextPaddingProperty
The dependency property of TextPadding property.
Declaration
public static readonly DependencyProperty TextPaddingProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Background
Gets or sets a value for background
Declaration
public Brush Background { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
BadgeAlignment
Gets or sets a value for badge alignment
Declaration
public BadgeAlignment BadgeAlignment { get; set; }
Property Value
Type |
---|
BadgeAlignment |
BadgeAnimation
Gets or sets a value for badge animation
Declaration
public BadgeAnimation BadgeAnimation { get; set; }
Property Value
Type |
---|
BadgeAnimation |
BadgeIcon
Gets or sets a value for badge icon
Declaration
public BadgeIcon BadgeIcon { get; set; }
Property Value
Type |
---|
BadgeIcon |
BadgePosition
Gets or sets a value for badge position
Declaration
public BadgePosition BadgePosition { get; set; }
Property Value
Type |
---|
BadgePosition |
BadgeType
Gets or sets a value for badge type
Declaration
public BadgeType BadgeType { get; set; }
Property Value
Type |
---|
BadgeType |
CornerRadius
Gets or sets a value for corner radius
Declaration
public CornerRadius CornerRadius { get; set; }
Property Value
Type |
---|
System.Windows.CornerRadius |
FontFamily
Gets or sets a value for font family
Declaration
public FontFamily FontFamily { get; set; }
Property Value
Type |
---|
System.Windows.Media.FontFamily |
FontSize
Gets or sets a value for font size
Declaration
public double FontSize { get; set; }
Property Value
Type |
---|
System.Double |
FontStyle
Gets or sets a value for font style.
Declaration
public FontStyle FontStyle { get; set; }
Property Value
Type |
---|
System.Windows.FontStyle |
FontWeight
Gets or sets a value for font weight.
Declaration
public FontWeight FontWeight { get; set; }
Property Value
Type |
---|
System.Windows.FontWeight |
Foreground
Gets or sets a value for foreground
Declaration
public Brush Foreground { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
Offset
Gets or sets a value for offset.
Declaration
public Point Offset { get; set; }
Property Value
Type |
---|
System.Windows.Point |
Stroke
Gets or sets a value for stroke
Declaration
public Brush Stroke { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
StrokeThickness
Gets or sets a value for stroke thickness
Declaration
public double StrokeThickness { get; set; }
Property Value
Type |
---|
System.Double |
TextPadding
Gets or sets the value of text padding.
Declaration
public Thickness TextPadding { get; set; }
Property Value
Type |
---|
System.Windows.Thickness |