FMX.Graphics.TBrushBitmap.WrapMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WrapMode: TWrapMode read FWrapMode write SetWrapMode;

C++

__property TWrapMode WrapMode = {read=FWrapMode, write=SetWrapMode, nodefault};

Properties

Type Visibility Source Unit Parent
property published
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TBrushBitmap

Description

Specifies the wrapping mode for creating a brush pattern from an image.

The following table lists the possible values for the WrapMode property:

Value Meaning

Tile

The image is used repeatedly to tile the area.

TileOriginal

The image is used repeatedly at its original size.

TileStretch

The image is stretched to fit the area.


See Also

Code Examples