InfoBar.TemplateSettings Property
Definition
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.
InfoBarTemplateSettings TemplateSettings();
public InfoBarTemplateSettings TemplateSettings { get; }
var infoBarTemplateSettings = infoBar.templateSettings;
Public ReadOnly Property TemplateSettings As InfoBarTemplateSettings
Property Value
An object that provides calculated values for templates.
Examples
Tip
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.