xtd_c - Reference Guide 0.2.0
image_layout.h File Reference

Definition

Contains image_layout enum class.

Go to the source code of this file.

Enumerations

enum  xtd_forms_image_layout {
  xtd_forms_image_layout_none = 0,
  xtd_forms_image_layout_tile = 1,
  xtd_forms_image_layout_center = 2,
  xtd_forms_image_layout_stretch = 3,
  xtd_forms_image_layout_zoom = 4
}
 Specifies the position of the image on the control. More...
 

Enumeration Type Documentation

◆ xtd_forms_image_layout

Specifies the position of the image on the control.

Library
xtd_c.forms
Enumerator
xtd_forms_image_layout_none 

The image is left-aligned at the top across the control's client rectangle.

xtd_forms_image_layout_tile 

The image is tiled across the control's client rectangle.

xtd_forms_image_layout_center 

The image is centered within the control's client rectangle.

xtd_forms_image_layout_stretch 

The image is stretched across the control's client rectangle.

xtd_forms_image_layout_zoom 

The image is enlarged within the control's client rectangle.