EnableShadow Property (ILEADRasterDlgImg)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL EnableShadow;

Overview

Refer to Using Imaging Common Dialogs

Remarks

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

Setting

Description

VARIANT_TRUE

The "Use Shadows" check box was checked. Add a shadow to the border.

VARIANT_FALSE

The "Use Shadows" check box wasn’t checked. Do not add a shadow to the border.

See Also

Elements

ShowAddBorderDlg method