BorderStyle Property (ILEADRasterDlgImg)

Visual Basic example

Visual C++ example

 

Syntax

AddBorderStyleConstants BorderStyle;

Overview

Refer to Using Imaging Common Dialogs

Remarks

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

Value

Meaning

STYLE_TRANSPARENT

[0] The border is transparent. Therefore, the bitmap itself shows through as the border. This is the default.

STYLE_OPAQUE

[1] Use a single color to create the border. The color used is in the GradientStartColor property.

STYLE_GRADIENT

[2] The border contains a color gradient from GradientStartColor to GradientEndColor.

STYLE_TILES

[3] The border is taken from the bitmap referenced by the ItemBitmap property.

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

See Also

Elements

ShowAddBorderDlg method