ButtonSettings(Int32, Int32, Int32, Color) Constructor

Standard constructor.
Public Sub New( _ 
ByVal buttonSize As Integer, _ 
ByVal buttonCornerRadius As Integer, _ 
ByVal gap As Integer, _ 
ByVal buttonHighlightColor As Color
)
This language is not supported or no code example is available.
public ButtonSettings( 
int buttonSize
int buttonCornerRadius
int gap
Color buttonHighlightColor 
)
This language is not supported or no code example is available.

Parameters

buttonSize
int

The buttons size

buttonCornerRadius
int

The buttons corner radius

gap
int

Distance between the buttons

buttonHighlightColor
Color

The buttons highlight color

Remarks
 
You need to call the Environment.CompileUserInterfaceElements to see the effect of your changes at run-time.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition