Table of Contents

Enum Border3DSide

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Specifies the sides of a rectangle to apply a three-dimensional border to.

[Flags]
public enum Border3DSide

Fields

All = Left | Top | Right | Bottom | Middle

A 3D border on all sides of the rectangle. The middle of the rectangle is filled with the color defined for 3D controls.

Bottom = 8

A 3D border on the bottom side of the rectangle.

Left = 1

A 3D border on the left edge of the rectangle.

Middle = 2048

The interior of the rectangle is filled with the color defined for 3D controls instead of the background color for the form.

Right = 4

A 3D border on the right side of the rectangle.

Top = 2

A 3D border on the top edge of the rectangle.

Remarks

This enumeration supports a bitwise combination of its member values.