Border3DStyle

Border3DStyle serializable

System. Windows .Forms (system. windows .forms.dll) enum

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()



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net