HypernovaDesktop Components · docs
Binarymission
WinFormsExtended Text › BorderState

BorderState

enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.TextControls

Enumerates the various states available for drawing the control's border.

public enum BorderState

Remarks


You use this enumeration to set the control's DrawBorder property.

Members at a glance

DottedTo draw a dotted border for the control, set the DrawBorder property to Dotted.
NormalTo draw an non-dotted border for the control, set the DrawBorder property to Normal.

Members

Dotted

To draw a dotted border for the control, set the DrawBorder property to Dotted.

Normal

To draw an non-dotted border for the control, set the DrawBorder property to Normal.