xtd 0.2.0
system_pens.h
Go to the documentation of this file.
1 #pragma once
5 #include "../drawing_export.h"
6 #include "pen.h"
7 #include <xtd/static>
8 
10 namespace xtd {
12  namespace drawing {
24  class drawing_export_ system_pens final static_ {
25  public:
27 
31  static xtd::drawing::pen accent();
32 
36 
40 
44 
48 
52 
56 
60 
64 
68 
71  static xtd::drawing::pen control();
72 
76 
80 
84 
88 
92 
95  static xtd::drawing::pen desktop();
96 
100 
104 
107  static xtd::drawing::pen gray_text();
108 
111  static xtd::drawing::pen highlight();
112 
116 
119  static xtd::drawing::pen hot_track();
120 
124 
128 
132 
135  static xtd::drawing::pen info();
136 
139  static xtd::drawing::pen info_text();
140 
143  static xtd::drawing::pen link_text();
144 
147  static xtd::drawing::pen menu();
148 
151  static xtd::drawing::pen menu_bar();
152 
156 
159  static xtd::drawing::pen menu_text();
160 
163  static xtd::drawing::pen scroll_bar();
164 
167  static xtd::drawing::pen text_box();
168 
172 
176 
179  static xtd::drawing::pen window();
180 
184 
189 
191 
194  static const std::vector<xtd::drawing::pen>& get_pens();
196  };
197  }
198 }
The system-defined color of the lightest color in the color gradient of an active window&#39;s title bar...
The system-defined color of the background of a scroll bar.
The system-defined color of an inactive window&#39;s border.
The system-defined color of the text of selected items.
#define static_
This keyword is use to represent a static object. A static object can&#39;t be instantiated (constructors...
Definition: static.h:37
The system-defined shadow color of a 3-D element. The shadow color is applied to parts of a 3-D eleme...
The system-defined highlight color of a 3-D element. The highlight color is applied to the parts of a...
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
The visited text color is the text color of an html visited link text.
The system-defined color of the background of the active window&#39;s title bar.
The system-defined color of the accent text color (macos specific. On other platform is same as windo...
The system-defined color of the desktop.
The system-defined color of the active window&#39;s border.
The system-defined color of the background of selected items. This includes selected menu items as we...
The system-defined color of the lightest color in the color gradient of an inactive window&#39;s title ba...
The system-defined color of the background of a ToolTip.
The system-defined face color of a 3-D element.
The system-defined color that is the light color of a 3-D element. The light color is applied to part...
The system-defined color of a menu&#39;s text.
The system-defined color of a menu&#39;s background.
The system-defined face color of a 3-D element.
The system-defined color used to highlight menu items when the menu appears as a flat menu...
The system-defined color of a window frame.
The system-defined color of the accent text color (macos specific. On other platform is same as highl...
Defines an object used to draw lines and curves. This class cannot be inherited.
Definition: pen.h:35
The system-defined color of the application workspace. The application workspace is the area in a mul...
The system-defined color of text in a 3-D element.
The system-defined color of the background of an inactive window&#39;s title bar.
Contains xtd::drawing::pen class.
The system-defined color of the accent color (macos specific. On other platform is same as window)...
The active text color is the text color of an html link text when mouse down.
The system-defined color that is the dark shadow color of a 3-D element. The dark shadow color is app...
The system-defined color of the text in an inactive window&#39;s title bar.
The link text color is the text color of an html link text.
The system-defined color of the text in the client area of a window.
The system-defined color that is the highlight color of a 3-D element. This color is applied to parts...
Each property of the xtd::drawing::system_pens class is a xtd::drawing::xtd::drawing::pen that is the...
Definition: system_pens.h:24
The system-defined color of the accent color (macos specific. On other platform is same as menu_highl...
The system-defined color of the text of a ToolTip.
The system-defined color of the background of a menu bar.
The system-defined color used to designate a hot-tracked item. Single-clicking a hot-tracked item exe...
The system-defined color of the text in the active window&#39;s title bar.
The system-defined color of dimmed text. Items in a list that are disabled are displayed in dimmed te...
The system-defined color of the background in the client area of a window.
The system-defined color that is the shadow color of a 3-D element. This color is applied to parts of...