32 inline std::ostream& operator<<(std::ostream& os,
picture_box_size_mode value) {
return os <<
to_string(value, {{
picture_box_size_mode::normal,
"normal"}, {
picture_box_size_mode::stretch_image,
"stretch_image"}, {
picture_box_size_mode::auto_size,
"auto_size"}, {
picture_box_size_mode::center_image,
"center_image"}, {
picture_box_size_mode::zoom,
"zoom"}});}
33 inline std::wostream& operator<<(std::wostream& os,
picture_box_size_mode value) {
return os <<
to_string(value, {{
picture_box_size_mode::normal, L
"normal"}, {
picture_box_size_mode::stretch_image, L
"stretch_image"}, {
picture_box_size_mode::auto_size, L
"auto_size"}, {
picture_box_size_mode::center_image, L
"center_image"}, {
picture_box_size_mode::zoom, L
"zoom"}});}
std::string to_string(const value_t &value, const std::string &fmt, const std::locale &loc)
Convert a specified value into a string with specified format and locale.
Definition to_string.h:37
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition system_report.h:17
Contains xtd::ustring class.