Name

Border3DSide

Synopsis

This enumeration is used by the ControlPaint.DrawBorder3D() method to determine which sides of the border should be drawn.


public enum Border3DSide {

   Left = 0x00000001,

   Top = 0x00000002,

   Right = 0x00000004,

   Bottom = 0x00000008,

   Middle = 0x00000800,

   All = 0x0000080F

}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) Border3DSide

Passed To

ControlPaint.DrawBorder3D()

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.