Description of the matte borders properties.
matteBorder = createBorder("matte", top, left, bottom, right, color)
Real integer value
The width (in pixels) of the top of the border.
Real integer value
The width (in pixels) of the left of the border.
Real integer value
The width (in pixels) of the bottom of the border.
Real integer value
The width (in pixels) of the right of the border.
String
The name of the color of the border or a string like #FFFFFF
.
The created border.
This function creates a matte border for frame
uicontrols. See uicontrol properties for more details.
Version | Description |
5.5.0 | Function createBorder introduced. |