xtd 0.2.0
Loading...
Searching...
No Matches
xtd::forms::style_sheets::iimage_model Class Referenceabstract
Inheritance diagram for xtd::forms::style_sheets::iimage_model:
xtd::interface xtd::forms::style_sheets::control

Definition

The image model allows you to specify the alignment of an image.

The image model allows you to specify the alignment of an image.
Definition iimage_model.h:36
#define interface_
This keyword is use to represent an interface.
Definition interface.h:58
Inheritance
xtd::interfacextd::forms::style_sheets::iimage_model
Header
#include <xtd/forms/style_sheets/iimage_model>
Namespace
xtd::forms::style_sheets
Library
xtd.forms
Remarks
This class is used by xtd::forms::style_sheets::text_renderer.

Public Properties

virtual xtd::forms::content_alignment image_alignment () const noexcept=0
 Gets the alignment of the image.
 

Member Function Documentation

◆ image_alignment()

virtual xtd::forms::content_alignment xtd::forms::style_sheets::iimage_model::image_alignment ( ) const
pure virtualnoexcept

Gets the alignment of the image.

Returns
A combination of xtd::forms::content_alignment values.

Implemented in xtd::forms::style_sheets::control.


The documentation for this class was generated from the following file: