Copyright © 1998-2015 MultiMedia Soft

ShapeHeadFactor property

Previous pageReturn to chapter overviewNext page

Type

short for Visual C++

integer for Visual Basic

 

 

Syntax

object.ShapeHeadFactor [=integer]

 

 

Remarks

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

The head 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 ShapeHeadFactor property is set to 50 (default):

3dabm_i0000b9 3dabm_i0000ba

here the ShapeHeadFactor property is set to 90:

3dabm_i0000bb 3dabm_i0000bc

here the ShapeHeadFactor property is set to 5:

3dabm_i0000bd 3dabm_i0000be

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