Table of Contents

Enum ApplicationAppearance

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Specifies the appearance settings for an application.

public enum ApplicationAppearance

Fields

Dark = 2

Use dark appearance.

Light = 1

Use light appearance.

System = 0

Use 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.