EdgeStyle Property

Specifies the value representing a shape's edge style.

Syntax

object.EdgeStyle [= enumEdgeStyle]

Properties

The EdgeStyle property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

EnumEdgeStyle

The edge style to be displayed for the specified shape.

Settings

The settings for enumEdgeStyle are:

Constant

Value

Description

EdgeStyleSolid

0

Solid

EdgeStyleDash

1

Dash

EdgeStyleDot

2

Dot

EdgeStyleDashDot

3

Dash-Dot

EdgeStyleDashDotDot

4

Dash-Dot-Dot

EdgeStyleNone

5

No border.

EdgeStyleInsideFrame

6

Inside Frame.

Bitmap Object Syntax

object.EdgeStyle [= enumBitmapEdgeStyle]

Properties

The EdgeStyle property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

EnumBitmapEdgeStyle

The edge style to be displayed for the specified bitmap.

Object Settings

The settings for enumBitmapEdgeStyle are:

Constant

Value

Description

BitmapEdgeNone

0

No edge.

BitmapEdgeSunken

1

Sunken edge.

BitmapEdgeRaised

2

Raised edge.

BitmapEdgeEtched

3

Etched edge.

BitmapEdgeBump

4

Bump edge.

Remarks

Changes to the EdgeStyle property are only visible when the EdgeWidth property of the object is set to 1.

 

Applies To