Table of Contents

Class InfoBadge

Namespace
Wpf.Ui.Controls
Assembly
Wpf.Ui.dll
public class InfoBadge : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Inheritance
InfoBadge
Implements
Inherited Members

Fields

CornerRadiusProperty

Identifies the CornerRadius dependency property.

public static readonly DependencyProperty CornerRadiusProperty

Field Value

DependencyProperty

IconProperty

Identifies the Icon dependency property.

public static readonly DependencyProperty IconProperty

Field Value

DependencyProperty

SeverityProperty

Identifies the Severity dependency property.

public static readonly DependencyProperty SeverityProperty

Field Value

DependencyProperty

ValueProperty

Identifies the Value dependency property.

public static readonly DependencyProperty ValueProperty

Field Value

DependencyProperty

Properties

CornerRadius

Gets or sets the title of the CornerRadius.

public CornerRadius CornerRadius { get; set; }

Property Value

CornerRadius

Icon

Gets or sets displayed IconElement.

[Bindable(true)]
public IconElement? Icon { get; set; }

Property Value

IconElement

Severity

Gets or sets the title of the Severity.

public InfoBadgeSeverity Severity { get; set; }

Property Value

InfoBadgeSeverity

Value

Gets or sets the title of the Value.

public string Value { get; set; }

Property Value

string