xtd 0.2.0
Loading...
Searching...
No Matches

◆ image_layout

enum class xtd::forms::image_layout
strong

Specifies the position of the image on the control.

Header
#include <xtd/forms/image_layout>
Namespace
xtd::forms
Library
xtd.forms
Enumerator
none 

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

tile 

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

center 

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

stretch 

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

zoom 

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