FMX.Types.TWrapMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TWrapMode = (wmTile, wmTileOriginal, wmTileStretch);

C++

enum class DECLSPEC_DENUM TWrapMode : unsigned int { wmTile, wmTileOriginal, wmTileStretch };

Contents

Properties

Type Visibility Source Unit Parent
enum public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

Specifies the wrapping mode for a bitmap.

The TWrapMode type enumerates the possibilities of using an image as the pattern for a brush. The following table lists the values of TWrapMode:

Value Meaning

wmTile

The image is used repeatedly to tile the area.

wmTileOriginal

The image is used repeatedly at its original size.

wmTileStretch

The image is stretched to fit the area.

See Also

Code Examples


Personal tools
Translations