FMX.Graphics.TBrushBitmap.WrapMode
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 |
---|---|
|
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