Share via


FreeformDrawingSmoothing Property [Visio 2003 SDK Documentation]

Determines how precisely mouse movements are smoothed when drawing a spline.

longRet = object.FreeformDrawingSmoothing

object.FreeformDrawingSmoothing = longVal

longRet    Long. Current freeform drawing smoothing setting.

object    Required. An expression that returns an ApplicationSettings object.

longVal    Required Long. New freeform drawing smoothing setting.

Version added

2003

Remarks

Setting the FreeformDrawingSmoothing property is equivalent to setting the Smoothing option on the Advanced tab in the Options dialog box (Tools menu).

Possible values for the FreeformDrawingSmoothing property range from 0 (Tight) to 10 (Loose). The default is 5.

Applies to | ApplicationSettings object

See Also | FreeformDrawingSmoothing property