March 2003
Intermediate to advanced
896 pages
32h 35m
English
Border3DStyle
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 }
System.Object
→ System.ValueType → System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
→ Border3DStyle
ControlPaint.DrawBorder3D()
Read now
Unlock full access