<< Compound border properties Borders createBorderFont >>

Scilab Help >> GUI > Borders > createBorder

createBorder

Create a border for a frame uicontrol.

Syntax

border = createBorder(borderType, varargin)

Arguments

borderType

String

The type of the border to be created. Available types of borders are listed below and their specific properties are detailed on dedicated help page:

varargin

All borderType specific properties.

border

The created border.

Description

This function creates a border for frame uicontrols. See uicontrol properties for more details.

See also

History

VersionDescription
5.5.0 Function createBorder introduced.

Report an issue
<< Compound border properties Borders createBorderFont >>