TdxTileControlCustomStyle.Stretch Property
In This Article
Specifies how an image specified by the Texture property fills the background of a tile or tile bar item.
#Declaration
Delphi
property Stretch: TdxSkinStretchMode read; write; default smStretch;
#Property Value
Type | Default |
---|---|
Tdx |
sm |
#Remarks
Options include:
Value | Description | Sample |
---|---|---|
sm |
No image sizing. Large images (images that do not fit the area) will be partially displayed. | ![]() |
sm |
An image is stretched or compressed to fill the entire area, without maintaining the aspect ratio. The image may become disproportional. | ![]() |
sm |
Large images (images that do not fit the area) will be partially displayed. Small images will be tiled. | ![]() |
The default value of the Stretch property is smStretch.
See Also