Table of Contents

Enum ScrollBar.KnownTheme

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

Enumerates known color and style themes for the ScrollBar.

public enum ScrollBar.KnownTheme

Fields

MauiAuto = 7

'Maui Dark' theme is used if control has dark background and 'Maui Light' theme is used if control has light background.

MauiDark = 9

'Maui Dark' theme is used.

MauiLight = 8

'Maui Light' theme is used.

System = 0

System color theme is used.

VisualStudioAuto = 1

'Visual Studio Dark' theme is used if control has dark background and 'Visual Studio Light' theme is used if control has light background.

VisualStudioDark = 3

'Visual Studio Dark' theme is used.

VisualStudioLight = 2

'Visual Studio Light' theme is used.

WindowsAuto = 4

'Windows Dark' theme is used if control has dark background and 'Windows Light' theme is used if control has light background.

WindowsDark = 5

'Windows Dark' theme is used.

WindowsLight = 6

'Windows Light' theme is used.