Table of Contents

Enum VsControlsPainterBrush

Namespace
Alternet.Editor.Dialogs.VsControls.Painting
Assembly
Alternet.Editor.v9.dll

Defines types of brush used to draw Visual-studio like controls.

public enum VsControlsPainterBrush

Fields

ButtonHovered = 2

Specifies brush used to paint button in the hovered state.

ButtonPressed = 3

Specifies brush used to paint button in the pressed state.

ControlBackground = 0

Specifies control background brush.

ToggleButtonHovered = 1

Specifies brush used to paint toggle button in the hovered state.