The xtd::forms::style_sheets namespace contains various properties, states, and subcontrols that make it possible to customize the look of control.
Classes | |
class | background_image |
The image data allows you to specify the url or gradient mode. More... | |
class | border_color |
The xtd::forms::style_sheets::border_color is used to set the color of the borders. More... | |
class | border_radius |
The radius is used to add rounded borders to an element. More... | |
class | border_style |
The style specifies what kind of borders to display. More... | |
class | control |
The control selector allows you to specify the box and color of a control. More... | |
class | ibox_model |
The box model allows you to specify the margin, borders, padding, background color, width and height of a box. More... | |
class | iimage_model |
The image model allows you to specify the alignment of an image. More... | |
class | itext_model |
The text model allows you to specify the alignment, color, decoration, transformation, and font of a text. More... | |
class | length |
The xtd::forms::style_sheets::length specifies the legth and unit of many properties of the xtd::forms::style_sheets::ibox_model. More... | |
class | lengths |
The length specifies the length of the borders. More... | |
class | shadow |
The style specifies the shadow of text and elements. More... | |
class | style_sheet |
The xtd::forms::style_sheets::style_sheet allows you to specify an xtd style sheet. More... | |
class | system_colors |
The theme data allows you to specify the theme informations. More... | |
class | theme |
The theme data allows you to specify the theme informations. More... | |
Alias | |
using | border_width |
The width specifies the width of the borders. | |
using | button |
The buttton data allows you to specify the box of a button control. | |
using | form |
The form data allows you to specify the box of a form control. | |
using | label |
The label data allows you to specify the box of a label control. | |
using | link_label |
The link label data allows you to specify the box of a link label control. | |
using | margin |
Margins are used to create space around elements, outside of any defined borders. | |
using | outline_color |
The xtd::forms::style_sheets::outline_color is used to set the color of the outlines. | |
using | outline_offset |
The width specifies the width of the borders. | |
using | outline_radius |
The radius is used to add rounded outlines to an element. | |
using | outline_style |
The style specifies what kind of outlines to display. | |
using | outline_width |
The width specifies the width of the outlines. | |
using | padding |
Padding is used to create space around an element's content, inside of any defined borders. | |
using | panel |
The panel data allows you to specify the box of a panel control. | |
using | shadows |
Represents an xtd::forms::style_sheets::shadow array. | |
using | status_bar |
The status_bar data allows you to specify the box of a status_bar control. | |
using | status_bar_panel |
The buttton data allows you to specify the box of a status_bar_panel control. | |
using | toggle_button |
The buttton data allows you to specify the box of a toggle_button control. | |
using | tool_bar |
The tool_bar data allows you to specify the box of a tool_bar control. | |
using | tool_bar_button |
The buttton data allows you to specify the box of a tool_bar_button control. | |
using | user_control |
The user_control data allows you to specify the box of a user_control control. | |