Copyright © 2003-2024 MultiMedia Soft

ShapeHeadFactor property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property ShapeHeadFactor As Integer

 

[C#]

public short ShapeHeadFactor {get; set;}

 

[C++]

public: __property short get_ShapeHeadFactor();

public: __property void set_ShapeHeadFactor(short);

 

 

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):

3dcm_i0000df 3dcm_i0000e0

here the ShapeHeadFactor property is set to 90:

3dcm_i0000e1 3dcm_i0000e2

here the ShapeHeadFactor property is set to 5:

3dcm_i0000e3 3dcm_i0000e4

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