Enum ControlBorderStyle
Border flags for the control.
public enum ControlBorderStyle
Fields
Default = 0Default border. This is different from None as by default the controls do have border.
None = 2097152Displays no border, overriding the default border style for the control.
Raised = 67108864Displays a raised border.
Simple = 33554432Displays a thin border around the control.
Static = 16777216Displays a border suitable for a static control. Windows only.
Sunken = 134217728Displays a sunken border.
Theme = 268435456Displays a themed border where possible.