BorderSettings(Color, Int32, Boolean) Constructor

Standard constructor.
Public Sub New( _ 
ByVal color As Color, _ 
ByVal cornerRadius As Integer, _ 
ByVal visible As Boolean
)
This language is not supported or no code example is available.
public BorderSettings( 
Color color
int cornerRadius
bool visible 
)
This language is not supported or no code example is available.

Parameters

color
Color

Border's color

cornerRadius
int

Border's corner radius

visible
bool

Border's visibility status

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition