Enum ApplicationAppearance
Specifies the appearance settings for an application.
public enum ApplicationAppearance
Fields
Dark = 2Use dark appearance.
Light = 1Use light appearance.
System = 0Use system default appearance.
Remarks
This enumeration defines the visual theme options that an application can use. It includes options for using the system default appearance, a light theme, or a dark theme.