xtd 0.2.0
dash_style.hpp
Go to the documentation of this file.
1
4#pragma once
5#include <xtd/enum>
6
8namespace xtd {
10 namespace drawing {
12 namespace drawing_2d {
34 }
35 }
36}
37
41};
std::vector< std::pair< enum_t, xtd::string > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition enum_collection.hpp:24
dash_style
Specifies the style of dashed lines drawn with a xtd::drawing::pen object.
Definition dash_style.hpp:20
@ dash_dot
Specifies a line consisting of a repeating pattern of dash-dot.
Definition dash_style.hpp:28
@ dot
Specifies a line consisting of dots.
Definition dash_style.hpp:26
@ custom
Specifies a user-defined custom dash style.
Definition dash_style.hpp:32
@ dash
Specifies a line consisting of dashes.
Definition dash_style.hpp:24
@ dash_dot_dot
Specifies a line consisting of a repeating pattern of dash-dot-dot.
Definition dash_style.hpp:30
@ solid
Specifies a solid line.
Definition dash_style.hpp:22
The xtd::drawing::drawing_2d namespace provides advanced two-dimensional and vector graphics function...
Definition compositing_mode.hpp:12
The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functi...
Definition actions_system_images.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Provides the registration struct for enumerations.
Definition enum_register.hpp:38