Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2023.0.0 - English


Bevel border properties

Soft bevel border properties

Description of the soft-bevel and bevel borders properties.

Syntax

bevelBorder = createBorder("bevel", type)
bevelBorder = createBorder("bevel", type, hlouter, shadowouter)
bevelBorder = createBorder("bevel", type, hlouter, hlinner, shadowouter, shadowinner)

bevelBorder = createBorder("softbevel", type)
bevelBorder = createBorder("softbevel", type, hlouter, shadowouter)
bevelBorder = createBorder("softbevel", type, hlouter, hlinner, shadowouter, shadowinner)

Arguments

type

"lowered" | "raised"

The type of the border.

hlouter

String

The name of the color or a string like #FFFFFF used for the outer edge highlight.

hlinner

String

The name of the color or a string like #FFFFFF used for the inner edge highlight.

shadowouter

String

The name of the color or a string like #FFFFFF used for the outer shadow area.

shadowinner

String

The name of the color or a string like #FFFFFF used for the inner shadow area.

bevelBorder

The created border.

Description

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

See also

History

VersionDescription
5.5.0 Function createBorder introduced.
Report an issue
<< Borders Borders Compound border properties >>

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 Mar 27 11:52:45 GMT 2023