Specifies how repeated copies of the Bitmap image property are used to tile an area when it is painted.
Note |
---|
To properly use the WrapMode property, you must set the Kind property to bkBitmap. |
Namespace: RSGdiPlusGraphics
Delphi |
published |
Property Value
Type: TRSGPWrapMode
For linear gradients, wmClamp means traditional FMX gradient brush, and Gradient.StartPosition Gradient.StopPosition should be between 0 and 1. Otherwise, StartPosition and StopPosition are actual positions and wrapping/tiling occurs |