Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxFillOptions.Texture Property

Stores the image used to fill an area in Texture mode.

#Declaration

Delphi
property Texture: TdxSmartImage read; write;

#Property Value

Type Description
TdxSmartImage

The Smart Image container designed to store the source texture. The image container enables the Texture mode when you load an image.

#Remarks

Use the Texture property to tile an area with a texture. The Texture property provides access to a Smart Image container where you can load an image in any supported format. Refer to the TdxSmartImage class description for detailed information on how to load images.

#Example

A loaded texture tiles the target area.

A Tiled Area

Note

If you load an image to the Texture image container, the Mode property value automatically changes to TdxFillOptionsMode.Texture.

See Also