EffectStyle Property (ILEADRasterDlgImg)

Visual Basic example

Visual C++ example

 

Syntax

AddBorderEffectStyleConstants EffectStyle;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets a value that indicates the change in the appearance of the border in the AddBorder dialog box.

By default there are no changes. The change also depends on the value of the CurveIntensity Property. If the CurveIntensity property value is zero, there are no changes. Possible values are:

Value

Meaning

EFFECT_CURVEDIN

[1] Add a 3D appearance to the border by adding a high intensity color to the inner side of the border and a lower intensity color to the outer side of the border.

EFFECT_CURVEDOUT

[2] Add a 3D appearance to the border by adding a high intensity color to the outer side of the border and a lower intensity color to the inner side of the border.

EFFECT_RAISED

[3] Add a curved appearance to the border.

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

See Also

Elements

ShowAddBorderDlg method