BorderStyle Property (ILEADRasterShapeEfx)

Visual Basic example

Visual C++ example

 

Syntax

ShapeBorderStyleConstants BorderStyle;

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

FXD_BORDERSTYLE_TRANSPARENT

Transparent

FXD_BORDERSTYLE_SOLID

Solid line

FXD_BORDERSTYLE_DASH

Dash line (valid only for 1-pixel lines)

FXD_BORDERSTYLE_DOT

Dot line (valid only for 1-pixel lines)

FXD_BORDERSTYLE_DASHDOT

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

FXD_BORDERSTYLE_DASHDOTDOT

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

See Also

Elements

ShowShapeDlg method, UIFlags property