.NET Windows Forms in a Nutshell

FrameStyle serializable

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

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 System.ValueType System.Enum(System.IComparabl, System.IFormattable , System.IConvertible) FrameStyle

Passed To

ControlPaint.DrawReversibleFrame()

Категории