Border.Default
Syntax:
Parameters:
<BorderType> (required)
Border type.
<Thickness> (optional)
Border thickness (in logical units). If the parameter <BorderType> specifies the value WithoutBorder, then the maximum border thickness is 1.
Default value: 1.
Description:
Example:
Border = New Border(ControlBorderType.Double, 2); |