Table of Contents

Class DefaultColors

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

Provides default colors for the application.

public static class DefaultColors
Inheritance
DefaultColors

Fields

DefaultBorderColorDark

Gets the default border color for user controls when dark theme is used.

DefaultBorderColorLight

Gets the default border color for user controls when light theme is used.

Properties

BorderColor

Gets or sets default border color of the user control.

ControlBackColor

Gets or sets the default background color of the control.

ControlForeColor

Gets or sets the default foreground color of the control.

WindowBackColor

Gets or sets the default background color of the window.

WindowForeColor

Gets or sets the default foreground color of the window.

Methods

GetBorderColor(bool)

Gets default border color of the user control.

GetControlBorderBrush(AbstractControl)

Gets the brush for the border of the specified user control.

GetControlBorderColor(AbstractControl)

Gets the color for the border of the specified user control.

GetWindowBackColor(bool)

Gets default back color of the window.

GetWindowForeColor(bool)

Gets default fore color of the window.