Table of Contents

Class Badge

Namespace
Wpf.Ui.Controls
Assembly
Wpf.Ui.dll

Used to highlight an item, attract attention or flag status.

public class Badge : ContentControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IAppearanceControl
Inheritance
Badge
Implements
Inherited Members

Examples

<ui:Badge Appearance="Secondary">
    <TextBox Text="Hello" />
</ui:Badge>

Fields

AppearanceProperty

Identifies the Appearance dependency property.

public static readonly DependencyProperty AppearanceProperty

Field Value

DependencyProperty

Properties

Appearance

Gets or sets the Appearance of the control, if available.

public ControlAppearance Appearance { get; set; }

Property Value

ControlAppearance