GradientStyle Property (ILEADRasterDlgImg)

Visual Basic example

Visual C++ example

 

Syntax

AddBorderGradientStyleConstants GradientStyle;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets the gradient style in the AddBorder dialog box. Possible values are:

Value

Meaning

GRAD_INSIDEOUT

[0] The gradient starts from the inside of the border and progresses toward the outside of the border. This is the default.

GRAD_CENTEROUT

[1] The gradient starts from the center of the border and progresses toward both the inside and outside of the border.

GRAD_CORNEROUT

[2] The gradient starts from the corners of the border.

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

See Also

Elements

ShowAddBorderDlg method