InfoBar.Content Property

Definition

Gets or sets the XAML Content that is displayed below the title and message in the InfoBar.

C#
public object Content { get; set; }

Property Value

Object

Examples

Prepitné

For more info, design guidance, and code examples, see InfoBar.

The WinUI 3 Gallery app includes interactive examples of most WinUI 3 controls, features, and functionality. Get the app from the Microsoft Store or get the source code on GitHub.

Remarks

The content is shown in its own line below the Title and Message. The InfoBar will expand to fit the content defined.

Applies to

Produkt Verzie
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also