Skip to content

AlarmBanner class

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Controls.AlarmBanner Modifiers: public

Summary

        AlarmBanner is an inline notification optimized for industrial/commercial alarm messages.
        It reuses the InfoBar visual language and supports acknowledgement and close actions.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class AlarmBanner
class ContentControl
ContentControl <|-- AlarmBanner

Inherits from: ContentControl

Constructors

NameSummary
.ctorInitializes a new instance of the [AlarmBanner](# class.

Properties

NameSummary
IsActiveGets or sets a value indicating whether the alarm banner is active and visible.
IsClosableGets or sets a value indicating whether the user can close the banner.
MessageGets or sets the text message displayed by the banner.
SeverityGets or sets the severity for the banner.
AcknowledgeTextGets or sets the label for the acknowledge button.
IsAcknowledgeVisibleGets or sets a value indicating whether the acknowledge button is visible.
AcknowledgeCommandGets the acknowledge command.
CloseCommandGets the close command.

Fields

NameSummary
static IsActivePropertyIdentifies the [IsActive](# dependency property.
static IsClosablePropertyIdentifies the [IsClosable](# dependency property.
static MessagePropertyIdentifies the [Message](# dependency property.
static SeverityPropertyIdentifies the [Severity](# dependency property.
static AcknowledgeTextPropertyIdentifies the [AcknowledgeText](# dependency property.
static IsAcknowledgeVisiblePropertyIdentifies the [IsAcknowledgeVisible](# dependency property.
static AcknowledgeCommandPropertyIdentifies the [AcknowledgeCommand](# dependency property.
static CloseCommandPropertyIdentifies the [CloseCommand](# dependency property.
Inherited members