EffectStyle property (LEADDlgImage Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

L_UINT EffectStyle

Delphi Syntax

EffectStyle: L_UINT

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 CurveIntesity property. If the CurveIntensity property value is zero, there are no changes. Possible values are:

Value

Meaning

BORDER_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.

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.

BORDER_EFFECT_RAISED

[3] Add a curved appearance to the border.

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

See Also

Elements:

ShowAddBorderDlg method

Topics:

Imaging Common Dialogs: Properties, Methods, and Events