ShadowDirection Property (ILEADRasterDlgImg)

Visual Basic example

Visual C++ example

 

Syntax

ShadowDirectionConstants ShadowDirection;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets the direction of the shadow in the AddBorder dialog box.

This value is used only when EnableShadow property is VARIAN_TRUE. Possible values are:

Value

Meaning

SHADOW_LEFT

[0] The shadow is on the left top side of the image. This is the default.

SHADOW_RIGHT

[1] The shadow is on the right bottom side of the image.

SHADOW_SURROUND

[2] The shadow surrounds the border.

When the dialog box closes, this property will be updated according to the Shadows Placement combo box value in the dialog box.

See Also

Elements

ShowAddBorderDlg method