Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.5.2 - Português

Change language to:
English - Français - 日本語 - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Ajuda do Scilab >> IGU > Borders > Titled border properties

Titled border properties

Description of the titled borders properties.

Calling Sequence

titledBorder = createBorder("titled", title)
titledBorder = createBorder("titled", border)
titledBorder = createBorder("titled", border, title)
titledBorder = createBorder("titled", border, title, justification, position)
titledBorder = createBorder("titled", border, title, justification, position, font)
titledBorder = createBorder("titled", border, title, justification, position, font, color)

Arguments

title

String

The title of the border.

If the border argument is not given, then a default border (based on current look and feel) will be created.

border

Border object

A border created by createBorder.

justification

"left" | "center" | "right" | {"leading"} | "trailing"

The justification of the title.

position

"above_top" | {"top"} | "below_top" | "above_bottom" | "bottom" | "below_bottom"

The vertical position of the title related to the border.

font

Font object

A border font created by createBorderFont.

color

String

The color of the title.

titledBorder

The created border.

Description

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

See Also

History

VersãoDescrição
5.5.0 Function createBorder introduced.
Report an issue
<< Matte border properties Borders Layouts >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Apr 01 10:24:20 CEST 2015