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 - #FFFFFFused for the outer edge highlight.
- hlinner
- String - The name of the color or a string like - #FFFFFFused for the inner edge highlight.
- shadowouter
- String - The name of the color or a string like - #FFFFFFused for the outer shadow area.
- shadowinner
- String - The name of the color or a string like - #FFFFFFused 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 >> |