Skip to content

InfoBadge class

Defined in

Namespace: CrissCross.Avalonia.UI.Controls Assembly: CrissCross.Avalonia.UI.dll Full name: CrissCross.Avalonia.UI.Controls.InfoBadge Modifiers: public

Summary

        InfoBadge, a control that displays a small amount of information, typically a number or a small piece of text, in a compact way.
        

Applies to

net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net471

Class hierarchy
classDiagram
class InfoBadge
class TemplatedControl
TemplatedControl <|-- InfoBadge

Inherits from: TemplatedControl

Constructors

NameSummary
.ctor

Properties

NameSummary
SeverityGets or sets the severity.
ValueGets or sets the value.
CornerRadiusGets or sets the corner radius.
IconGets or sets the icon.

Fields

NameSummary
static SeverityPropertyProperty for [Severity](#
static ValuePropertyProperty for [Value](#
static CornerRadiusPropertyProperty for [CornerRadius](#
static IconPropertyProperty for [Icon](#
Inherited members