Description of the line borders properties.
lineBorder = createBorder("line", color) lineBorder = createBorder("line", color, thickness) lineBorder = createBorder("line", color, thickness, rounded)
String
The name of the color of the border or a string like #FFFFFF
.
Real integer value
The thickness (in pixels) of the border.
Boolean or String
This property indicates if the created border angles must be rounded or not.
Available string values are "on"
and "off"
.
The created border.
This function creates a line border for frame
uicontrols. See uicontrol properties for more details.
Version | Description |
5.5.0 | Function createBorder introduced. |