Tile Property

Measurement Studio User Interface

Tile Property

Syntax

CWImage.Tile

Data Type

Boolean

Purpose

Specifies if the image is tiled.

Remarks

Use the Tile property to repeat a small square image multiple times to fill a larger area. For the Tile property to work properly, the image size must be smaller than the size available for the image to draw within the control.

The Tile property takes precedence over the Stretch property.

This property does not apply to CWImage objects representing captions.

Example

'Tile the image in the plot area of the graph
CWGraph1.PlotAreaImage.CWImage.Tile = True

See Also

Stretch