Provides status bar panel renderer methods.
Public Static Methods | |
| static auto | draw_status_bar_panel (const style_sheets::style_sheet &style_sheet, xtd::drawing::graphics &graphics, const xtd::drawing::rectangle &bounds, const std::optional< xtd::drawing::color > &back_color, const xtd::string &text, const std::optional< xtd::forms::content_alignment > &text_align, const std::optional< xtd::drawing::color > &fore_color, const std::optional< xtd::drawing::font > &font, const xtd::drawing::image &image, const std::optional< xtd::forms::content_alignment > &image_align) -> void |
| Draws a status bar panel in the specified bounds, button style, button state, background color, text, optional text flags, optional foreground color and optional font. | |
|
static |
Draws a status bar panel in the specified bounds, button style, button state, background color, text, optional text flags, optional foreground color and optional font.
| style_sheet | The xtd::forms::style_sheets::style_sheet used to draw a button. |
| graphics | The xtd::drawing::graphics used to draw a button. |
| bounds | The xtd::drawing::rectangle that specifies the bounds of the button. |
| back_color | The background color for the button control. |
| appearance | The xtd::forms::flat_appearance that represents the flat appearance of the status bar panel. |
| text | The text of the button control. |
| text_flags | Contains the display and layout information for text strings. |
| fore_color | The foreground color for the button control. |
| font | The font of the text for the button control. |
| image | The image of the button control. |
| image_align | Contains the display and layout information for image . |