Skip to main content
All docs
V25.1
  • TdxFillOptions.Texture Property

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

    Declaration

    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