Struct graphics::rectangle::Border
[−]
[src]
pub struct Border { pub color: Color, pub radius: Radius, }
The border of the rectangle
Fields
color | The color of the border |
radius | The radius of the border |