InfoBar class¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.InfoBar
Modifiers: public
Summary¶
An InfoBar is an inline notification for essential app- wide messages. The InfoBar will take up space in a layout and will not cover up other content or float on top of it. It supports rich content (including titles, messages, and icons) and can be configured to be user-dismissable or persistent.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class InfoBar
class ContentControl
ContentControl <|-- InfoBar
Inherits from: ContentControl
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| IsClosable | Gets or sets a value indicating whether the user can close the [InfoBar](# Defaults to true. |
| IsOpen | Gets or sets a value indicating whether the [InfoBar](# is open. |
| Title | Gets or sets the title of the [InfoBar](# |
| Message | Gets or sets the message of the [InfoBar](# |
| Severity | Gets or sets the type of the [InfoBar](# to apply consistent status color, icon, and assistive technology settings dependent on the criticality of the... |
| TemplateButtonCommand | Gets the [ReactiveCommand](# triggered after clicking the close button. |
Fields¶
| Name | Summary |
|---|---|
| static IsClosableProperty | Property for [IsClosable](# |
| static IsOpenProperty | Property for [IsOpen](# |
| static TitleProperty | Property for [Title](# |
| static MessageProperty | Property for [Message](# |
| static SeverityProperty | Property for [Severity](# |
| static TemplateButtonCommandProperty | Property for [TemplateButtonCommand](# |