xtd
0.2.0
xtd.forms
include
xtd
forms
style_sheets
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 {
36
class
iimage_model
interface_
{
37
public
:
39
43
virtual
xtd::forms::content_alignment
image_alignment
()
const
noexcept = 0;
44
};
45
}
46
}
47
}
xtd::forms::style_sheets::iimage_model
The image model allows you to specify the alignment of an image.
Definition:
iimage_model.h:36
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition:
system_report.h:17
text_transformation.h
Contains xtd::forms::style_sheets::text_transformation enum class.
xtd::forms::style_sheets::iimage_model::image_alignment
virtual xtd::forms::content_alignment image_alignment() const noexcept=0
Gets the alignment of the image.
xtd::forms::content_alignment
content_alignment
Specifies alignment of content on the drawing surface.
Definition:
content_alignment.h:19
interface_
#define interface_
This keyword is use to represent an interface.
Definition:
interface.h:54
xtd::forms
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition:
about_box.h:13
text_decoration.h
Contains xtd::forms::style_sheets::text_decoration enum class.
Generated on Mon Oct 9 2023 14:41:58 for xtd by
Gammasoft
. All rights reserved.