Description

Describes the visual appearance of the border if there is any.

Property type

A mcGraphObjBorderStyle enumeration.  

Syntax

object.BorderStyle [= value]

The BorderStyle Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McGraphObj.
valueA mcGraphObjBorderStyle enumeration, as described in settings.

Settings

The settings for value are:

ConstantValueDescription
 mcgbsSolid0

The border is a solid line.

 mcgbsDash1

The border is a series of dashes.

 mcgbsDot2

The border is a series of dots.

 mcgbsDashDot3

The border alternates dots and dashes.

 mcgbsDashDotDot4
 The border alternates dashes, and dot pairs.
CRW2002-10-14     mcgbsNull           = 5,    // There is no border.
CRW2002-10-14     mcgbsInsideFrame    = 6,    // Border is drawn inside the frame.
CRW2002-10-14 mcgbsNull not allowed, and mcgbsInsideFrame only for geometric lines (Win2K & XP only).