xtd 0.2.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.h:24
#define drawing_export_
Define shared library export.
Definition drawing_export.h:13
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.h:37
Inheritance
xtd::static_objectxtd::drawing::system_pens
Namespace
xtd::drawing
Library
xtd.drawing

Public Static Properties

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

Public Static Methods

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

Member Function Documentation

◆ accent()

static xtd::drawing::pen xtd::drawing::system_pens::accent ( )
static

Gets a pen that is the color of the accent.

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

◆ accent_text()

static xtd::drawing::pen xtd::drawing::system_pens::accent_text ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::active_border ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::active_caption ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::active_caption_text ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::active_text ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::app_workspace ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::button_face ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::button_highlight ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::button_shadow ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::control ( )
static

Gets a pen that is the color of the control.

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

◆ control_dark()

static xtd::drawing::pen xtd::drawing::system_pens::control_dark ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::control_dark_dark ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::control_light ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::control_light_light ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::control_text ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::desktop ( )
static

Gets a pen that is the color of the desktop.

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

◆ get_pens()

static const std::vector< xtd::drawing::pen > & xtd::drawing::system_pens::get_pens ( )
static

Gets an array of system colors.

◆ gradient_active_caption()

static xtd::drawing::pen xtd::drawing::system_pens::gradient_active_caption ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::gradient_inactive_caption ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::gray_text ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::highlight ( )
static

Gets a pen that is the color of the highlight.

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

◆ highlight_text()

static xtd::drawing::pen xtd::drawing::system_pens::highlight_text ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::hot_track ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::inactive_border ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::inactive_caption ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::inactive_caption_text ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::info ( )
static

Gets a pen that is the color of the info.

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

◆ info_text()

static xtd::drawing::pen xtd::drawing::system_pens::info_text ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::link_text ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::menu ( )
static

Gets a pen that is the color of the menu.

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

◆ menu_bar()

static xtd::drawing::pen xtd::drawing::system_pens::menu_bar ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::menu_highlight ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::menu_text ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::scroll_bar ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::text_box ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::text_box_text ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::visited_text ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::window ( )
static

Gets a pen that is the color of the window.

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

◆ window_frame()

static xtd::drawing::pen xtd::drawing::system_pens::window_frame ( )
static

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()

static xtd::drawing::pen xtd::drawing::system_pens::window_text ( )
static

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

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

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