GradientEndColor Property (ILEADRasterDlgImg)

Visual Basic example

Visual C++ example

 

Syntax

OLE_COLOR GradientEndColor;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets the gradient ending color in the AddBorder dialog box.

The GradientEndColor property is valid when the BorderStyle option in the AddBorder dialog is BORDER_STYLE_GRADIENT (BorderStyle property is BORDER_STYLE_GRADIENT).

When the dialog box closes, this property will be updated according to the selected color in the dialog box.

See Also

Elements

ShowAddBorderDlg method