ShapeBackgroundStyle property (LEADDlgEffect Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

TShapeBackStyle ShapeBackgroundStyle

Delphi Syntax

ShapeBackgroundStyle: TShapeBackStyle

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

sbsTransparent

The background is transparent

sbsOpaque

The background is opaque

sbsTranslucent

The background is translucent

sbsTiledImage

The background is a tiled image

sbsTranslucentTiledImage

The background is a translucent tiled image

sbsGradient

The background is a gradient color

sbsTranslucentGradient

The background is a translucent gradient color

See Also

Elements:

ShowGetShapeDlg method, DlgFlags property

Topics:

Imaging Common Dialogs: Properties, Methods, and Events