Struct graphics::rectangle::Border
[−]
[src]
pub struct Border {
pub color: Color,
pub radius: Radius,
}The border of the rectangle
Fields
color: Color
The color of the border
radius: Radius
The radius of the border. The half-width of the line by which border is drawn.