Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.1.1 - Français

Change language to:
English - 日本語 - Português - Русский

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

Aide de Scilab >> Interface graphique > Borders > Titled border properties

Titled border properties

Description of the titled borders properties.

Syntax

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 name of the title or a string like #FFFFFF.

titledBorder

The created border.

Description

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

See also

History

VersionDescription
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:
Mon Jan 03 14:33:07 CET 2022