Copyright © 1998-2015 MultiMedia Soft

ShapeLineFactor property

Previous pageReturn to chapter overviewNext page

Type

short for Visual C++

integer for Visual Basic

 

 

Syntax

object.ShapeLineFactor [=integer]

 

 

Remarks

The line factor for shapes like arrows and keyholes. The head factor for these shapes can be modified through the ShapeHeadFactor property.

The line factor range is between 1 and 100: if the value exceeds this range, 50 will be assumed; by default the factor 50 is selected.

Applies only when the Shape property is set to SHAPE_ARROW or SHAPE_KEYHOLE

Here the ShapeLineFactor property is set to 50 (default):

3dabm_i0000b9 3dabm_i0000ba

here the ShapeLineFactor property is set to 100:

3dabm_i0000bf 3dabm_i0000c0

here the ShapeLineFactor property is set to 5:

3dabm_i0000c1 3dabm_i0000c2

all of the pictures above have the ShapeHeadFactor property set to 50.