BackgroundStyle Property (ILEADRasterShapeEfx)

Visual Basic example

Visual C++ example

 

Syntax

ShapeBackStyleConstants BackgroundStyle;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets the background style for the shape property in the Shape dialog box. Possible values are:

Value

Meaning

FXD_BACKSTYLE_TRANSPARENT

The background is transparent.

FXD_BACKSTYLE_OPAQUE

The background is opaque.

FXD_BACKSTYLE_TRANSLUCENT

The background is translucent.

FXD_BACKSTYLE_TILED_IMAGE

The background is a tiled image.

FXD_BACKSTYLE_TRANSLUCENT_TILED_IMAGE

The background is a translucent tiled image.

FXD_BACKSTYLE_GRADIENT

The background is a gradient.

FXD_BACKSTYLE_TRANSLUCENT_GRADIENT

The background is a translucent gradient.

See Also

Elements

ShowShapeDlg method, UIFlags property