TdxTileControlCustomStyle.Stretch Property
Specifies how an image specified by the Texture property fills the background of a tile or tile bar item.
Declaration
property Stretch: TdxSkinStretchMode read; write; default smStretch;
Property Value
Type | Default |
---|---|
TdxSkinStretchMode | smStretch |
Remarks
Options include:
Value | Description | Sample |
---|---|---|
smNoResize | No image sizing. Large images (images that do not fit the area) will be partially displayed. | |
smStretch | An image is stretched or compressed to fill the entire area, without maintaining the aspect ratio. The image may become disproportional. | |
smTile | 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