Table of Contents

Enum ControlBorderStyle

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll
public enum ControlBorderStyle

Fields

Default = 0

Default border. This is different from None as by default the controls do have border.

None = 2097152

Displays no border, overriding the default border style for the control.

Raised = 67108864

Displays a raised border.

Simple = 33554432

Displays a thin border around the control.

Static = 16777216

Displays a border suitable for a static control. Windows only.

Sunken = 134217728

Displays a sunken border.

Theme = 268435456

Displays a themed border where possible.