xtd 0.2.0
Loading...
Searching...
No Matches

◆ border_color() [3/3]

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.

Parameters
leftThe border_color for the left edge.
topThe border_color for the top edge.
rightThe border_color for the right edge.
bottomThe border_color for the bottom edge.
Remarks
If all of the parameter values are equal, then the all property will reflect this common value.