This enumeration is used by ControlPaint.DrawReversibleFrame() and ControlPaint.DrawReversibleLine() to determine the appearance of the line drawn. public enum FrameStyle { Dashed = 0 , Thick = 1 } Hierarchy System.Object Passed ToControlPaint.DrawReversibleFrame() |