AppWindowTitleBar.PreferredTheme 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.
Gets or sets a value that determines what theme is used in the title bar.
public:
property TitleBarTheme PreferredTheme { TitleBarTheme get(); void set(TitleBarTheme value); };
TitleBarTheme PreferredTheme();
void PreferredTheme(TitleBarTheme value);
public TitleBarTheme PreferredTheme { get; set; }
var titleBarTheme = appWindowTitleBar.preferredTheme;
appWindowTitleBar.preferredTheme = titleBarTheme;
Public Property PreferredTheme As TitleBarTheme
Property Value
A value of the enumeration that specifies what theme is used in the title bar. The default is Legacy
.