CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
dash_style.h
1
2#ifndef _aspose_drawing_drawing2d_dash_style_h_
3#define _aspose_drawing_drawing2d_dash_style_h_
4
5#include <system/enum.h>
6
7namespace System { namespace Drawing { namespace Drawing2D {
9 enum class DashStyle {
11 Solid = 0,
13 Dash = 1,
15 Dot = 2,
17 DashDot = 3,
19 DashDotDot = 4,
21 Custom = 5
22 };
23}}}
24
27template<>
28struct EnumMetaInfo<System::Drawing::Drawing2D::DashStyle>
29{
32 static ASPOSECPP_SHARED_API const std::array<std::pair<System::Drawing::Drawing2D::DashStyle, const char_t*>, 6>& values();
33};
34
35#endif
DashStyle
Specifies the style of a dashed line.
Definition: dash_style.h:9
@ Dot
A line consisting of dots.
Definition: db_command.h:9