ApplicationSettings.FreeformDrawingSmoothing Property
Visio Automation Reference |
Determines how precisely mouse movements are smoothed when drawing a spline. Read/write.
Version Information
Version Added: Visio 2003
Syntax
expression.FreeformDrawingSmoothing
expression A variable that represents an ApplicationSettings object.
Return Value
Long
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.
See Also