Description of the empty borders properties.
emptyBorder = createBorder("empty") emptyBorder = createBorder("empty", top, left, bottom, right)
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.
The created border.
This function creates an empty border for frame
uicontrols. See uicontrol properties for more details.
Version | Description |
5.5.0 | Function createBorder introduced. |