xtd::forms::style_sheets::border_color::border_color | ( | const xtd::drawing::color & | left, |
const xtd::drawing::color & | top, | ||
const xtd::drawing::color & | right, | ||
const xtd::drawing::color & | bottom | ||
) |
Initializes a new instance of the xtd::forms::style_sheets::border_color class using a separate border_color for each edge.
left | The border_color for the left edge. |
top | The border_color for the top edge. |
right | The border_color for the right edge. |
bottom | The border_color for the bottom edge. |