Enum ButtonBorderStyle
Specifies the border style for a button control.
public enum ButtonBorderStyle
Fields
Dashed = 2
A dashed border.
Dotted = 1
A dotted-line border.
None = 0
No border.
Solid = 3
A solid border.
Specifies the border style for a button control.
public enum ButtonBorderStyle
Dashed = 2
A dashed border.
Dotted = 1
A dotted-line border.
None = 0
No border.
Solid = 3
A solid border.