HigherQualityShapeDisplay Property [Visio 2003 SDK Documentation]
Determines whether antialiasing is used to draw shapes in Microsoft Office Visio. Anti-aliased drawing (the default) produces higher quality shape display but is slower than aliased drawing.
boolRet = object.HigherQualityShapeDisplay
object.HigherQualityShapeDisplay = boolValue
boolRet Boolean. True if higher quality shape display is enabled; False if it is disabled.
object Required. An expression that returns an ApplicationSettings object.
boolValue Required Boolean. True to enable higher quality shape display; False to disable it.
Version added
2003
Remarks
Setting the HigherQualityShapeDisplay property is equivalent to setting the Higher quality shape display option under Display options on the View tab in the Options dialog box (Tools menu).
Note The HigherQualityShapeDisplay option may not be available on all computers, including those running Visio from a terminal server.
Applies to | ApplicationSettings object
See Also | ShowStartupDialog property