PictureTile Property

Sets or gets a value which determines the method in which a picture is tiled in the container (can be either a form or control). Deprecated property.

object.PictureTile = [value]

Version Support

Obsolete from version 11.0. Refer to Deprecated and Obsolete items for additional information.

Settings

This property is only applied when the PictureSize property is set to PicSizeTile. The PictureTile property options are:

Constant

Example

Description

PicTileTexture

Tiles the image to fill the container. (Default)

PicTileLeft

Tiles the image along the left edge of the container.

PicTileRight

Tiles the image along the right edge of the container.

PicTileTop

Tiles the image along the top edge of the container.

PicTileBottom

Tiles the image along the bottom edge of the container.

PicTileLeftAndRight

Tiles the image along the left and right edges of the container.

PicTileTopAndBottom

Tiles the image along the top and bottom edges of the container.

PicTileLeftAndTop

Tiles the image along the left and top edges of the container.

PicTileLeftAndBottom

Tiles the image along the left and bottom edges of the container.

PicTileRightAndTop

Tiles the image along the right and top edges of the container.

PicTileRightAndBottom

Tiles the image along the right and bottom edges of the container.

Note: When using constants in the script editor, each constant must be prefaced by nl.

See Also

DisabledPicture property | DownPicture property | HoverPicture property | Picture property | PictureAlignment property | PictureColor property | PictureOpacity property | PictureQuality property | PictureSize property

Applies To

Command button control

Form object

Frame control

PictureBox control


© 2004-2021 looksoftware. All rights reserved.