Scilab 5.5.1
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
Bevel border properties
Soft bevel border properties
Description of the soft-bevel and bevel borders properties.
Calling Sequence
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 used for the outer edge highlight. 
- hlinner
- String - The name of the color used for the inner edge highlight. 
- shadowouter
- String - The name of the color used for the outer shadow area. 
- shadowinner
- String - The name of the color 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
- createBorder — Create a border for a frame uicontrol.
- createBorderFont — Create a font for an uicontrol border.
- uicontrol — create a Graphic User Interface object
- uicontrol_properties — Description of the uicontrol properties.
History
| Version | Description | 
| 5.5.0 | Function createBorderintroduced. | 
| Report an issue | ||
| << Borders | Borders | Compound border properties >> |