ShapeBorderStyle property (LEADDlgEffect Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

TShapeBorderStyle ShapeBorderStyle

Delphi Syntax

ShapeBorderStyle: TShapeBorderStyle

Overview

Refer to Using Imaging Common Dialogs.

Remarks

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

Value

Meaning

sbrTransparent

Transparent

sbrSolid

Solid line

sbrDash

Dash line (valid only for 1-pixel lines)

sbrDot

Dotted line (valid only for 1-pixel lines)

sbrDashDot

Dash dot line (valid only for 1-pixel lines)

sbrDashDotDot

Dash dot dot line (valid only for 1-pixel lines)

See Also

Elements:

ShowGetShapeDlg method, DlgFlags property.

Topics:

Imaging Common Dialogs: Properties, Methods, and Events