Description of the soft-bevel and bevel borders properties.
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)
"lowered" | "raised"
The type of the border.
String
The name of the color used for the outer edge highlight.
String
The name of the color used for the inner edge highlight.
String
The name of the color used for the outer shadow area.
String
The name of the color used for the inner shadow area.
The created border.
This function creates a bevel border for frame uicontrols. See uicontrol properties for more details.
| Версия | Описание |
| 5.5.0 | Function createBorder introduced. |