FMX.Types.TWrapMode
From RAD Studio API Documentation
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 |
|---|---|
|
|
The image is used repeatedly to tile the area. |
|
|
The image is used repeatedly at its original size. |
|
|
The image is stretched to fit the area. |
See Also
Code Examples