xtd
0.2.0
Loading...
Searching...
No Matches
xtd.forms
include
xtd
forms
style_sheets
iimage_model.h
Go to the documentation of this file.
1
4
#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/string>
14
#include <memory>
15
17
namespace
xtd
{
19
namespace
forms
{
21
namespace
style_sheets {
38
class
iimage_model
interface_
{
39
public
:
41
45
virtual
xtd::forms::content_alignment
image_alignment
() const noexcept = 0;
47
};
48
}
49
}
50
}
xtd::forms::style_sheets::iimage_model
The image model allows you to specify the alignment of an image.
Definition
iimage_model.h:38
xtd::forms::style_sheets::iimage_model::image_alignment
virtual xtd::forms::content_alignment image_alignment() const noexcept=0
Gets the alignment of the image.
interface_
#define interface_
This keyword is use to represent an interface.
Definition
interface.h:58
xtd::forms::content_alignment
content_alignment
Specifies alignment of content on the drawing surface.
Definition
content_alignment.h:21
xtd::forms
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition
xtd_about_box.h:12
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
xtd_about_box.h:10
text_decoration.h
Contains xtd::forms::style_sheets::text_decoration enum class.
text_transformation.h
Contains xtd::forms::style_sheets::text_transformation enum class.
Generated on Thu Oct 17 2024 16:03:01 for xtd by
Gammasoft
. All rights reserved.