Border3DSide Enum

Definition

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

This enumeration supports a bitwise combination of its member values.

public enum class Border3DSide
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum Border3DSide
[System.Flags]
public enum Border3DSide
[<System.Flags>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type Border3DSide = 
[<System.Flags>]
type Border3DSide = 
Public Enum Border3DSide
Inheritance
Border3DSide
Attributes

Fields

All 2063

A three-dimensional border on all four sides of the rectangle. The middle of the rectangle is filled with the color defined for three-dimensional controls.

Bottom 8

A three-dimensional border on the bottom side of the rectangle.

Left 1

A three-dimensional border on the left edge of the rectangle.

Middle 2048

The interior of the rectangle is filled with the color defined for three-dimensional controls instead of the background color for the form.

Right 4

A three-dimensional border on the right side of the rectangle.

Top 2

A three-dimensional border on the top edge of the rectangle.

Remarks

Use the members of this enumeration with the DrawBorder3D method of the ControlPaint class.

Applies to

See also