UnderlayFlags property (LEADDlgImgEffect Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

L_UINT UnderlayFlags

Delphi Syntax

UnderlayFlags: L_UINT

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Gets or sets the UnderlayFlags in the Underlay dialog box.

This property indicates how the underlying image is to be positioned. Possible values are:

Value

Meaning

UB_TILE

[$00] Tile the underlay image. This repeats the underlying image, so that it fills the target image.

UB_STRETCH

[$01] Stretch the underlay image to fit the dimensions of the target image.

See Also

Elements:

ShowUnderlayDlg method, BitmapIndex property, SelectedBitmap property, SelectedBitmapIndex property

Topics:

Imaging Common Dialogs: Properties, Methods, and Events