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 Passed ToControlPaint.DrawBorder3D() |