Badge class¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.Badge
Modifiers: public
Summary¶
Used to highlight an item, attract attention or flag status.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class Badge
class ContentControl
ContentControl <|-- Badge
class IAppearanceControl {
<>
}
IAppearanceControl <|.. Badge
Inherits from: ContentControl
Implements: IAppearanceControl
Examples¶
<ui:Badge Appearance="Secondary">
<TextBox Text="Hello" />
</ui:Badge>
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| Appearance | Gets or sets the [Appearance](# of the control, if available. |
Fields¶
| Name | Summary |
|---|---|
| static AppearanceProperty | Property for [Appearance](# |