DekGenius.com
[ Team LiB ] Previous Section Next Section

FrameStyleserializable

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

    [ Team LiB ] Previous Section Next Section