Description of the compound borders properties.
compoundBorder = createBorder("compound") compoundBorder = createBorder("compound", outer, inner)
Border object
A border created by createBorder used as the outer edge of the compound border.
Border object
A border created by createBorder used as the inner edge of the compound border.
The created border.
This function creates a compound border for frame
uicontrols. See uicontrol properties for more details.
Version | Description |
5.5.0 | Function createBorder introduced. |