xtd 1.0.0
Loading...
Searching...
No Matches
xtd::drawing::system_pens Class Referencefinal
Inheritance diagram for xtd::drawing::system_pens:
xtd::static_object

Definition

Each property of the xtd::drawing::system_pens class is a xtd::drawing::xtd::drawing::pen that is the color of a Windows display element and that has a width of 1 pixel.

Each property of the xtd::drawing::system_pens class is a xtd::drawing::xtd::drawing::pen that is the...
Definition system_pens.hpp:24
#define drawing_export_
Define shared library export.
Definition drawing_export.hpp:13
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.hpp:38
Inheritance
xtd::static_objectxtd::drawing::system_pens
Namespace
xtd::drawing
Library
xtd.drawing

Public Static Properties

static auto accent () -> xtd::drawing::pen
 Gets a pen that is the color of the accent.
static auto accent_text () -> xtd::drawing::pen
 Gets a pen that is the color of the accent text.
static auto active_border () -> xtd::drawing::pen
 Gets a pen that is the color of the active border.
static auto active_caption () -> xtd::drawing::pen
 Gets a pen that is the color of the active caption.
static auto active_caption_text () -> xtd::drawing::pen
 Gets a pen that is the color of the active caption text.
static auto active_text () -> xtd::drawing::pen
 Gets a pen that is the color of the active text.
static auto app_workspace () -> xtd::drawing::pen
 Gets a pen that is the color of the app workspace.
static auto button_face () -> xtd::drawing::pen
 Gets a pen that is the color of the button face.
static auto button_highlight () -> xtd::drawing::pen
 Gets a pen that is the color of the button highlight.
static auto button_shadow () -> xtd::drawing::pen
 Gets a pen that is the color of the button shadow.
static auto control () -> xtd::drawing::pen
 Gets a pen that is the color of the control.
static auto control_dark () -> xtd::drawing::pen
 Gets a pen that is the color of the control dark.
static auto control_dark_dark () -> xtd::drawing::pen
 Gets a pen that is the color of the control dark dark.
static auto control_light () -> xtd::drawing::pen
 Gets a pen that is the color of the control light.
static auto control_light_light () -> xtd::drawing::pen
 Gets a pen that is the color of the control light light.
static auto control_text () -> xtd::drawing::pen
 Gets a pen that is the color of the control text.
static auto desktop () -> xtd::drawing::pen
 Gets a pen that is the color of the desktop.
static auto gradient_active_caption () -> xtd::drawing::pen
 Gets a pen that is the color of the gradient active caption.
static auto gradient_inactive_caption () -> xtd::drawing::pen
 Gets a pen that is the color of the gradient inactive caption.
static auto gray_text () -> xtd::drawing::pen
 Gets a pen that is the color of the gray text.
static auto highlight () -> xtd::drawing::pen
 Gets a pen that is the color of the highlight.
static auto highlight_text () -> xtd::drawing::pen
 Gets a pen that is the color of the highlight text.
static auto hot_track () -> xtd::drawing::pen
 Gets a pen that is the color of the hot track.
static auto inactive_border () -> xtd::drawing::pen
 Gets a pen that is the color of the inactive border.
static auto inactive_caption () -> xtd::drawing::pen
 Gets a pen that is the color of the inactive caption.
static auto inactive_caption_text () -> xtd::drawing::pen
 Gets a pen that is the color of the inactive caption text.
static auto info () -> xtd::drawing::pen
 Gets a pen that is the color of the info.
static auto info_text () -> xtd::drawing::pen
 Gets a pen that is the color of the info text.
static auto link_text () -> xtd::drawing::pen
 Gets a pen that is the color of the link text.
static auto menu () -> xtd::drawing::pen
 Gets a pen that is the color of the menu.
static auto menu_bar () -> xtd::drawing::pen
 Gets a pen that is the color of the menu bar.
static auto menu_highlight () -> xtd::drawing::pen
 Gets a pen that is the color of the menu highlight.
static auto menu_text () -> xtd::drawing::pen
 Gets a pen that is the color of the menu text.
static auto scroll_bar () -> xtd::drawing::pen
 Gets a pen that is the color of the scroll bar.
static auto text_box () -> xtd::drawing::pen
 Gets a pen that is the color of the text box.
static auto text_box_text () -> xtd::drawing::pen
 Gets a pen that is the color of the text box text.
static auto visited_text () -> xtd::drawing::pen
 Gets a pen that is the color of the visited text.
static auto window () -> xtd::drawing::pen
 Gets a pen that is the color of the window.
static auto window_frame () -> xtd::drawing::pen
 Gets a pen that is the color of the window frame.
static auto window_text () -> xtd::drawing::pen
 Gets a pen that is the color of the window text.

Public Static Methods

static auto get_pens () -> const xtd::array< xtd::drawing::pen > &
 Gets an array of system colors.

Member Function Documentation

◆ accent()

auto xtd::drawing::system_pens::accent ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the accent.

Returns
A xtd::drawing::pen that is the color of the accent.

◆ accent_text()

auto xtd::drawing::system_pens::accent_text ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the accent text.

Returns
A xtd::drawing::pen that is the color of the accent ext.

◆ active_border()

auto xtd::drawing::system_pens::active_border ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the active border.

Returns
A xtd::drawing::pen that is the color of the active window's border.

◆ active_caption()

auto xtd::drawing::system_pens::active_caption ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the active caption.

Returns
A xtd::drawing::pen that is the color of the active caption.

◆ active_caption_text()

auto xtd::drawing::system_pens::active_caption_text ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the active caption text.

Returns
A xtd::drawing::pen that is the color of the active caption text.

◆ active_text()

auto xtd::drawing::system_pens::active_text ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the active text.

Returns
A xtd::drawing::pen that is the color of the active text.

◆ app_workspace()

auto xtd::drawing::system_pens::app_workspace ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the app workspace.

Returns
A xtd::drawing::pen that is the color of the app workspace.

◆ button_face()

auto xtd::drawing::system_pens::button_face ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the button face.

Returns
A xtd::drawing::pen that is the color of the button face.

◆ button_highlight()

auto xtd::drawing::system_pens::button_highlight ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the button highlight.

Returns
A xtd::drawing::pen that is the color of the button highlight.

◆ button_shadow()

auto xtd::drawing::system_pens::button_shadow ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the button shadow.

Returns
A xtd::drawing::pen that is the color of the button shadow.

◆ control()

auto xtd::drawing::system_pens::control ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the control.

Returns
A xtd::drawing::pen that is the color of the control.

◆ control_dark()

auto xtd::drawing::system_pens::control_dark ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the control dark.

Returns
A xtd::drawing::pen that is the color of the control dark.

◆ control_dark_dark()

auto xtd::drawing::system_pens::control_dark_dark ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the control dark dark.

Returns
A xtd::drawing::pen that is the color of the control dark dark.

◆ control_light()

auto xtd::drawing::system_pens::control_light ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the control light.

Returns
A xtd::drawing::pen that is the color of the control light.

◆ control_light_light()

auto xtd::drawing::system_pens::control_light_light ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the control light light.

Returns
A xtd::drawing::pen that is the color of the control light kight.

◆ control_text()

auto xtd::drawing::system_pens::control_text ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the control text.

Returns
A xtd::drawing::pen that is the color of the control text.

◆ desktop()

auto xtd::drawing::system_pens::desktop ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the desktop.

Returns
A xtd::drawing::pen that is the color of the desktop.

◆ gradient_active_caption()

auto xtd::drawing::system_pens::gradient_active_caption ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the gradient active caption.

Returns
A xtd::drawing::pen that is the color of the gradient active caption.

◆ gradient_inactive_caption()

auto xtd::drawing::system_pens::gradient_inactive_caption ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the gradient inactive caption.

Returns
A xtd::drawing::pen that is the color of the gradient inactive caption.

◆ gray_text()

auto xtd::drawing::system_pens::gray_text ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the gray text.

Returns
A xtd::drawing::pen that is the color of the gray text.

◆ highlight()

auto xtd::drawing::system_pens::highlight ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the highlight.

Returns
A xtd::drawing::pen that is the color of the highlight.

◆ highlight_text()

auto xtd::drawing::system_pens::highlight_text ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the highlight text.

Returns
A xtd::drawing::pen that is the color of the highlight text.

◆ hot_track()

auto xtd::drawing::system_pens::hot_track ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the hot track.

Returns
A xtd::drawing::pen that is the color of the hot track.

◆ inactive_border()

auto xtd::drawing::system_pens::inactive_border ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the inactive border.

Returns
A xtd::drawing::pen that is the color of the inactive border.

◆ inactive_caption()

auto xtd::drawing::system_pens::inactive_caption ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the inactive caption.

Returns
A xtd::drawing::pen that is the color of the inactive caption.

◆ inactive_caption_text()

auto xtd::drawing::system_pens::inactive_caption_text ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the inactive caption text.

Returns
A xtd::drawing::pen that is the color of the inactive caption text.

◆ info()

auto xtd::drawing::system_pens::info ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the info.

Returns
A xtd::drawing::pen that is the color of the info.

◆ info_text()

auto xtd::drawing::system_pens::info_text ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the info text.

Returns
A xtd::drawing::pen that is the color of the info text.

◆ link_text()

auto xtd::drawing::system_pens::link_text ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the link text.

Returns
A xtd::drawing::pen that is the color of the link text.

◆ menu()

auto xtd::drawing::system_pens::menu ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the menu.

Returns
A xtd::drawing::pen that is the color of the menu.

◆ menu_bar()

auto xtd::drawing::system_pens::menu_bar ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the menu bar.

Returns
A xtd::drawing::pen that is the color of the menu bar.

◆ menu_highlight()

auto xtd::drawing::system_pens::menu_highlight ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the menu highlight.

Returns
A xtd::drawing::pen that is the color of the menu highlight.

◆ menu_text()

auto xtd::drawing::system_pens::menu_text ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the menu text.

Returns
A xtd::drawing::pen that is the color of the menu text.

◆ scroll_bar()

auto xtd::drawing::system_pens::scroll_bar ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the scroll bar.

Returns
A xtd::drawing::pen that is the color of the scroll bar.

◆ text_box()

auto xtd::drawing::system_pens::text_box ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the text box.

Returns
A xtd::drawing::pen that is the color of the text box.

◆ text_box_text()

auto xtd::drawing::system_pens::text_box_text ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the text box text.

Returns
A xtd::drawing::pen that is the color of the text box text.

◆ visited_text()

auto xtd::drawing::system_pens::visited_text ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the visited text.

Returns
A xtd::drawing::pen that is the color of the visited text.

◆ window()

auto xtd::drawing::system_pens::window ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the window.

Returns
A xtd::drawing::pen that is the color of the window.

◆ window_frame()

auto xtd::drawing::system_pens::window_frame ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the window frame.

Returns
A xtd::drawing::pen that is the color of the window frame.

◆ window_text()

auto xtd::drawing::system_pens::window_text ( ) -> xtd::drawing::pen
staticnodiscard

Gets a pen that is the color of the window text.

Returns
A xtd::drawing::pen that is the color of the window text.

◆ get_pens()

auto xtd::drawing::system_pens::get_pens ( ) -> const xtd::array< xtd::drawing::pen > &
staticnodiscard

Gets an array of system colors.


The documentation for this class was generated from the following file: