xtd 0.2.0
iimage_model.h
Go to the documentation of this file.
1 #pragma once
5 #include "text_decoration.h"
6 #include "text_transformation.h"
7 #include <xtd/drawing/color>
8 #include <xtd/drawing/font>
9 #include <xtd/drawing/string_format>
10 #include <xtd/drawing/system_fonts>
11 #include <xtd/forms/content_alignment>
12 #include <xtd/interface>
13 #include <xtd/ustring>
14 #include <memory>
15 
17 namespace xtd {
19  namespace forms {
21  namespace style_sheets {
37  public:
39 
43  virtual xtd::forms::content_alignment image_alignment() const noexcept = 0;
44  };
45  }
46  }
47 }
The image model allows you to specify the alignment of an image.
Definition: iimage_model.h:36
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Contains xtd::forms::style_sheets::text_transformation enum class.
virtual xtd::forms::content_alignment image_alignment() const noexcept=0
Gets the alignment of the image.
content_alignment
Specifies alignment of content on the drawing surface.
Definition: content_alignment.h:19
#define interface_
This keyword is use to represent an interface.
Definition: interface.h:54
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition: about_box.h:13
Contains xtd::forms::style_sheets::text_decoration enum class.