Skip to main content

TdxTileControlCustomStyle.Texture Property

Specifies a tile control element’s background image.

Declaration

property Texture: TdxSmartImage read; write;

Property Value

Type
TdxSmartImage

Remarks

Use the Stretch property to specify how this image fills the background.

Note

The Texture property overrides solid and gradient fill settings specified via the Gradient, GradientBeginColor, and GradientEndColor properties.

See Also