WinForms › Date Picker › BorderState
BorderState
enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.DateTimeControls
Enumerates the various states available for drawing the control's date displaying text control's border.
public enum BorderState
Remarks
You use this enumeration to set the control's DrawBorderAs property.
Members at a glance
Dotted | To draw a dotted border for the control, set the DrawBorderAs property to Dotted. |
Normal | To draw an un-dotted border for the control, set the DrawBorderAs property to Normal. |
Members
Dotted
To draw a dotted border for the control, set the DrawBorderAs property to Dotted.
Normal
To draw an un-dotted border for the control, set the DrawBorderAs property to Normal.