DekGenius.com
[ Team LiB ] Previous Section Next Section

Border3DStyleserializable

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

    [ Team LiB ] Previous Section Next Section