Back to Devexpress

Badge Properties

wpf-devexpress-dot-xpf-dot-core-dot-badge-dot-underscore-properties.md

latest8.7 KB
Original Source

Badge Properties

The Badge control displays a text in a badge over a visual element.

NameDescription
AnimationDurationGet or sets the BadgeControl‘s fade-in and fade-out animation duration. This is a dependency property.
BackgroundGets or sets the brush used to paint the BadgeControl‘s background. This is a dependency property.
BadgeKindGets or sets the BadgeControl‘s kind. This is a dependency property.
BadgeShapeGets or sets the BadgeControl‘s shape. This is a dependency property.
BorderBrushGets or sets the brush used to paint the borders of the BadgeControl. This is a dependency property.
BorderThicknessGets or sets the thickness of the BadgeControl‘s border. This is a dependency property.
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
ContentGets or sets the badge’s content. This is a dependency property.
ContentFormatProviderGets or sets the format provider to format the BadgeControl‘s content. This is a dependency property.
ContentStringFormatGets or sets a composite string that specifies how to format the Content property if it is displayed as a string. This is a dependency property.
ContentTemplateGets or sets the template used to display the badge’s Badge.Content. This is a dependency property.
ContentTemplateSelectorGets or sets an object that chooses the Badge.ContentTemplate based on custom logic. This is a dependency property.
CornerRadiusGets or sets the BadgeControl‘s corner radius. This is a dependency property.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
FontFamilyGets or sets the BadgeControl‘s font family. This is a dependency property.
FontSizeGets or sets the font size for the BadgeControl‘s text. This is a dependency property.
FontStretchGets or sets the Badge’s font stretch. This is a dependency property.
FontStyleGets or sets the badge font style. This is a dependency property.
FontWeightGets or sets the BadgeControl‘s font weight. This is a dependency property.
ForegroundGets or sets the brush used to paint the BadgeControl‘s foreground. This is a dependency property.
HeightGets or sets the BadgeControl‘s height. This is a dependency property.
HorizontalAlignmentGets or sets the BadgeControl‘s horizontal alignment. This is a dependency property.
HorizontalAnchorGets or sets a BadgeControl‘s horizontal anchor point. This is a dependency property.
HorizontalContentAlignmentGets or sets the content’s horizontal alignment within the BadgeControl container. This is a dependency property.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
MarginGets or sets the outer indents around the BadgeControl. This is a dependency property.
MaxHeightGets or sets the BadgeControl‘s maximum height. This is a dependency property.
MaxWidthGets or sets the BadgeControl‘s maximum width. This is a dependency property.
MinHeightGets or sets the BadgeControl‘s minimum height. This is a dependency property.
MinWidthGets or sets the BadgeControl‘s minimum width. This is a dependency property.
OpacityGets or sets the opacity factor applied to the BadgeControl. This is a dependency property.
PaddingGets or sets the inner indents around the BadgeControl. This is a dependency property.
TemplateGets or sets the template that defines the BadgeControl‘s content presentation. This is a dependency property.
VerticalAlignmentGets or sets the BadgeControl‘s vertical alignment. This is a dependency property.
VerticalAnchorGets or sets a BadgeControl‘s vertical anchor point. This is a dependency property.
VerticalContentAlignmentGets or sets the content’s vertical alignment within the BadgeControl container. This is a dependency property.
VisibilityGets or sets the BadgeControl‘s visibility. This is a dependency property.
WidthGets or sets the BadgeControl‘s width. This is a dependency property.

See Also

Badge Class

Badge Members

DevExpress.Xpf.Core Namespace