xtd 0.2.0
Loading...
Searching...
No Matches
iimage_model.h
Go to the documentation of this file.
1
4#pragma once
5#include "text_decoration.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
17namespace xtd {
19 namespace forms {
21 namespace style_sheets {
37 public:
39
43 virtual xtd::forms::content_alignment image_alignment() const noexcept = 0;
45 };
46 }
47 }
48}
The image model allows you to specify the alignment of an image.
Definition iimage_model.h:36
virtual xtd::forms::content_alignment image_alignment() const noexcept=0
Gets the alignment of the image.
#define interface_
This keyword is use to represent an interface.
Definition interface.h:58
content_alignment
Specifies alignment of content on the drawing surface.
Definition content_alignment.h:19
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.h:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::forms::style_sheets::text_decoration enum class.
Contains xtd::forms::style_sheets::text_transformation enum class.