ShadowSize Property (ILEADRasterDlgImg)

Visual Basic example

Visual C++ example

 

Syntax

short ShadowSize;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets the size of the shadow, in pixels, in the AddBorder dialog box.

Valid range is from –1000 to 1000.

The ShadowSize property value is valid only if the EnableShadow property is VARIANT_TRUE.

When the dialog box closes, this property will be updated according to the Shadow Size edit box value in the dialog box.

See Also

Elements

ShowAddBorderDlg method