CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
string_alignment.h
1
2#ifndef _aspose_drawing_string_alignment_h_
3#define _aspose_drawing_string_alignment_h_
4
5#include "system/enum.h"
6
7namespace System {
8 namespace Drawing {
10 enum class StringAlignment
11 {
13 Near = 0,
15 Center = 1,
17 Far = 2
18 };
19 }
20}
21
24template<>
25struct EnumMetaInfo<System::Drawing::StringAlignment>
26{
29 static ASPOSECPP_SHARED_API const std::array<std::pair<System::Drawing::StringAlignment, const char_t*>, 3>& values();
30};
31#endif
StringAlignment
Specifies the string alignment relative to its layout rectangle.
Definition: string_alignment.h:11
@ Far
Far from the origin of the layout rectangle.
Definition: db_command.h:9