InfoBar : Control

Implemented for: WASM, Skia, Mobile

This document lists all properties, methods, and events of InfoBar that are currently implemented by the Uno Platform. See the WinUI documentation for detailed usage guidelines which all automatically apply to Uno Platform.

To better understand how InfoBar works, you can run your own tests on the Uno Playground.

Implemented properties

Property Supported on
string Title WASM, Skia, Mobile
InfoBarSeverity Severity WASM, Skia, Mobile
string Message WASM, Skia, Mobile
bool IsOpen WASM, Skia, Mobile
bool IsIconVisible WASM, Skia, Mobile
bool IsClosable WASM, Skia, Mobile
IconSource IconSource WASM, Skia, Mobile
DataTemplate ContentTemplate WASM, Skia, Mobile
object Content WASM, Skia, Mobile
Style CloseButtonStyle WASM, Skia, Mobile
object CloseButtonCommandParameter WASM, Skia, Mobile
ButtonBase ActionButton WASM, Skia, Mobile
InfoBarTemplateSettings TemplateSettings WASM, Skia, Mobile
DependencyProperty ActionButtonProperty WASM, Skia, Mobile
DependencyProperty CloseButtonCommandParameterProperty WASM, Skia, Mobile
DependencyProperty CloseButtonCommandProperty WASM, Skia, Mobile
DependencyProperty CloseButtonStyleProperty WASM, Skia, Mobile
DependencyProperty ContentProperty WASM, Skia, Mobile
DependencyProperty ContentTemplateProperty WASM, Skia, Mobile
DependencyProperty IconSourceProperty WASM, Skia, Mobile
DependencyProperty IsClosableProperty WASM, Skia, Mobile
DependencyProperty IsIconVisibleProperty WASM, Skia, Mobile
DependencyProperty IsOpenProperty WASM, Skia, Mobile
DependencyProperty MessageProperty WASM, Skia, Mobile
DependencyProperty SeverityProperty WASM, Skia, Mobile
DependencyProperty TemplateSettingsProperty WASM, Skia, Mobile
DependencyProperty TitleProperty WASM, Skia, Mobile

Implemented events

Event Supported on
TypedEventHandler<InfoBar, object> CloseButtonClick WASM, Skia, Mobile
TypedEventHandler<InfoBar, InfoBarClosedEventArgs> Closed WASM, Skia, Mobile
TypedEventHandler<InfoBar, InfoBarClosingEventArgs> Closing WASM, Skia, Mobile

Below are all properties, methods, and events of InfoBar that are not currently implemented in Uno.

Not implemented properties

Property Not supported on
string Title MacOS
InfoBarSeverity Severity MacOS
string Message MacOS
bool IsOpen MacOS
bool IsIconVisible MacOS
bool IsClosable MacOS
IconSource IconSource MacOS
DataTemplate ContentTemplate MacOS
object Content MacOS
Style CloseButtonStyle MacOS
object CloseButtonCommandParameter MacOS
ICommand CloseButtonCommand all platforms supported by Uno Platform
ButtonBase ActionButton MacOS
InfoBarTemplateSettings TemplateSettings MacOS
DependencyProperty ActionButtonProperty MacOS
DependencyProperty CloseButtonCommandParameterProperty MacOS
DependencyProperty CloseButtonCommandProperty MacOS
DependencyProperty CloseButtonStyleProperty MacOS
DependencyProperty ContentProperty MacOS
DependencyProperty ContentTemplateProperty MacOS
DependencyProperty IconSourceProperty MacOS
DependencyProperty IsClosableProperty MacOS
DependencyProperty IsIconVisibleProperty MacOS
DependencyProperty IsOpenProperty MacOS
DependencyProperty MessageProperty MacOS
DependencyProperty SeverityProperty MacOS
DependencyProperty TemplateSettingsProperty MacOS
DependencyProperty TitleProperty MacOS

Not implemented events

Event Not supported on
TypedEventHandler<InfoBar, object> CloseButtonClick MacOS
TypedEventHandler<InfoBar, InfoBarClosedEventArgs> Closed MacOS
TypedEventHandler<InfoBar, InfoBarClosingEventArgs> Closing MacOS

Last updated Monday, 14 April 2025 02:07.