Copyright © 2003-2024 MultiMedia Soft

ShapeLineFactor property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property ShapeLineFactor As Integer

 

[C#]

public short ShapeLineFactor {get; set;}

 

[C++]

public: __property short get_ShapeLineFactor();

public: __property void set_ShapeLineFactor(short);

 

 

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

3dcm_i0000df 3dcm_i0000e0

here the ShapeLineFactor property is set to 100:

3dcm_i0000e5 3dcm_i0000e6

here the ShapeLineFactor property is set to 5:

3dcm_i0000e7 3dcm_i0000e8

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