Edit

Share via


ThemeMode.System Property

Definition

Get the System predefined theme mode.

public:
 static property System::Windows::ThemeMode System { System::Windows::ThemeMode get(); };
public static System.Windows.ThemeMode System { get; }
static member System : System.Windows.ThemeMode
Public Shared ReadOnly Property System As ThemeMode

Property Value

Remarks

Whenever this mode is set on Application or Window, Fluent theme will be applied based on the system theme.

Applies to