InfoBar.Content Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property Platform::Object ^ Content { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable Content();
void Content(IInspectable value);
C#
public object Content { get; set; }
var object = infoBar.content;
infoBar.content = object;
Public Property Content As Object
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.
The content is shown in its own line below the Title and Message. The InfoBar
will expand to fit the content defined.
Produkt | Verzie |
---|---|
Windows App SDK | 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |