|
using | border_width = xtd::forms::style_sheets::lengths |
| The width specifies the width of the borders.
|
|
using | button = xtd::forms::style_sheets::control |
| The buttton data allows you to specify the box of a button control.
|
|
using | form = xtd::forms::style_sheets::control |
| The form data allows you to specify the box of a form control.
|
|
using | label = xtd::forms::style_sheets::control |
| The label data allows you to specify the box of a label control.
|
|
using | link_label = xtd::forms::style_sheets::control |
| The link label data allows you to specify the box of a link label control.
|
|
using | margin = xtd::forms::style_sheets::lengths |
| Margins are used to create space around elements, outside of any defined borders.
|
|
using | outline_color = xtd::forms::style_sheets::border_color |
| The xtd::forms::style_sheets::outline_color is used to set the color of the outlines.
|
|
using | outline_offset = xtd::forms::style_sheets::lengths |
| The width specifies the width of the borders.
|
|
using | outline_radius = xtd::forms::style_sheets::border_radius |
| The radius is used to add rounded outlines to an element.
|
|
using | outline_style = xtd::forms::style_sheets::border_style |
| The style specifies what kind of outlines to display.
|
|
using | outline_width = xtd::forms::style_sheets::lengths |
| The width specifies the width of the outlines.
|
|
using | padding = xtd::forms::style_sheets::lengths |
| Padding is used to create space around an element's content, inside of any defined borders.
|
|
using | panel = xtd::forms::style_sheets::control |
| The panel data allows you to specify the box of a panel control.
|
|
using | shadows = std::vector< xtd::forms::style_sheets::shadow > |
| Represents an xtd::forms::style_sheets::shadow array.
|
|
using | status_bar = xtd::forms::style_sheets::control |
| The status_bar data allows you to specify the box of a status_bar control.
|
|
using | status_bar_panel = xtd::forms::style_sheets::control |
| The buttton data allows you to specify the box of a status_bar_panel control.
|
|
using | toggle_button = xtd::forms::style_sheets::control |
| The buttton data allows you to specify the box of a toggle_button control.
|
|
using | tool_bar = xtd::forms::style_sheets::control |
| The tool_bar data allows you to specify the box of a tool_bar control.
|
|
using | tool_bar_button = xtd::forms::style_sheets::control |
| The buttton data allows you to specify the box of a tool_bar_button control.
|
|
using | user_control = xtd::forms::style_sheets::control |
| The user_control data allows you to specify the box of a user_control control.
|
|