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

◆ border_style() [3/3]

xtd::forms::style_sheets::border_style::border_style ( border_type  left,
border_type  top,
border_type  right,
border_type  bottom 
)

Initializes a new instance of the xtd::forms::style_sheets::border_style class using a separate xtd::forms::style_sheets::border_style size for each edge.

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