Name

Border3DStyle

Synopsis

Used by the ControlPaint.DrawBorder3D() method, this enumeration determines how the 3D border should appear (e.g., Etched, Flat, Raised, etc.)


public enum Border3DStyle {

   RaisedOuter = 1,

   SunkenOuter = 2,

   RaisedInner = 4,

   Raised = 5,

   Etched = 6,

   SunkenInner = 8,

   Bump = 9,

   Sunken = 10,

   Adjust = 8192,

   Flat = 16394

}

Hierarchy

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

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.