SmoothDrawing Property [Visio 2003 SDK Documentation]
Determines whether users will see a flicker when they stretch a bitmap or another non-native Microsoft Office Visio object.
boolRet = object.SmoothDrawing
object.SmoothDrawing = boolValue
boolRet Boolean. True if drawing smoothing is enabled; False if it is disabled.
object Required. An expression that returns an ApplicationSettings object.
boolValue Required Boolean. True to enable display of drawing smoothing; False to disable it.
Version added
2003
Remarks
Setting the SmoothDrawing property is equivalent to setting the Smooth drawing option under Display options on the View tab in the Options dialog box (Tools menu).
Note The SmoothDrawing option may not be available on all computers, including those running Visio from a terminal server.
Applies to | ApplicationSettings object
See Also | ShowStartupDialog property