Поделиться через


AppWindowTitleBar.PreferredTheme Property

Definition

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.

Applies to