set_border_color
Description:
[
Version ( deprecated =
true , deprecated_since =
"1.10" ) ]
public void set_border_color (
Color color)
Warning: set_border_color is deprecated since 1.10.
Sets the color of the border used by this using color
Note:
Use Actor and a Canvas to draw the
border with Cairo
Parameters:
this |
a Rectangle
|
color |
the color of the border
|