xtd 0.2.0
Loading...
Searching...
No Matches
system_pens.h
Go to the documentation of this file.
1
4#pragma once
5#include "../drawing_export.h"
6#include "pen.h"
7#include <xtd/static>
8
10namespace xtd {
12 namespace drawing {
25 public:
27
32
36
40
44
48
52
56
60
64
68
72
76
80
84
88
92
96
100
104
108
112
116
120
124
128
132
136
140
144
148
152
156
160
164
168
172
176
180
184
189
191
194 static const std::vector<xtd::drawing::pen>& get_pens();
196 };
197 }
198}
Defines an object used to draw lines and curves. This class cannot be inherited.
Definition pen.h:35
Each property of the xtd::drawing::system_pens class is a xtd::drawing::xtd::drawing::pen that is the...
Definition system_pens.h:24
static xtd::drawing::pen desktop()
Gets a pen that is the color of the desktop.
static xtd::drawing::pen control()
Gets a pen that is the color of the control.
static xtd::drawing::pen control_text()
Gets a pen that is the color of the control text.
static xtd::drawing::pen button_highlight()
Gets a pen that is the color of the button highlight.
static xtd::drawing::pen scroll_bar()
Gets a pen that is the color of the scroll bar.
static xtd::drawing::pen menu()
Gets a pen that is the color of the menu.
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 accent()
Gets a pen that is the color of the accent.
static xtd::drawing::pen control_dark_dark()
Gets a pen that is the color of the control dark dark.
static xtd::drawing::pen button_face()
Gets a pen that is the color of the button face.
static xtd::drawing::pen control_light()
Gets a pen that is the color of the control light.
static xtd::drawing::pen control_dark()
Gets a pen that is the color of the control dark.
static xtd::drawing::pen menu_highlight()
Gets a pen that is the color of the menu highlight.
static xtd::drawing::pen active_caption()
Gets a pen that is the color of the active caption.
static xtd::drawing::pen window_frame()
Gets a pen that is the color of the window frame.
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 visited_text()
Gets a pen that is the color of the visited text.
static xtd::drawing::pen inactive_caption()
Gets a pen that is the color of the inactive caption.
static xtd::drawing::pen menu_bar()
Gets a pen that is the color of the menu bar.
static xtd::drawing::pen inactive_caption_text()
Gets a pen that is the color of the inactive caption text.
static xtd::drawing::pen text_box_text()
Gets a pen that is the color of the text box text.
static xtd::drawing::pen info()
Gets a pen that is the color of the info.
static xtd::drawing::pen inactive_border()
Gets a pen that is the color of the inactive border.
static xtd::drawing::pen info_text()
Gets a pen that is the color of the info text.
static xtd::drawing::pen active_text()
Gets a pen that is the color of the active text.
static xtd::drawing::pen window_text()
Gets a pen that is the color of the window text.
static const std::vector< xtd::drawing::pen > & get_pens()
Gets an array of system colors.
static xtd::drawing::pen app_workspace()
Gets a pen that is the color of the app workspace.
static xtd::drawing::pen hot_track()
Gets a pen that is the color of the hot track.
static xtd::drawing::pen button_shadow()
Gets a pen that is the color of the button shadow.
static xtd::drawing::pen text_box()
Gets a pen that is the color of the text box.
static xtd::drawing::pen gradient_active_caption()
Gets a pen that is the color of the gradient 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 link_text()
Gets a pen that is the color of the link text.
static xtd::drawing::pen control_light_light()
Gets a pen that is the color of the control light light.
static xtd::drawing::pen accent_text()
Gets a pen that is the color of the accent text.
static xtd::drawing::pen menu_text()
Gets a pen that is the color of the menu text.
static xtd::drawing::pen window()
Gets a pen that is the color of the window.
static xtd::drawing::pen active_border()
Gets a pen that is the color of the active border.
#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
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::drawing::pen class.