EnableBumpyShadow Property (ILEADRasterDlgImg)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL EnableBumpyShadow;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets a value that indicates whether the "Bumped" checkbox was checked in the AddBorder dialog box. Possible values are:

Setting

Description

VARIANT_TRUE

The "Bumped" check box was checked. Increase the intensity near the far edge of the shadow.

VARIANT_FALSE

The "Bumped" check box wasn’t checked. Do not increase the intensity near the far edge of the shadow.

See Also

Elements

ShowAddBorderDlg method