Partager via


ApplicationSettings.HigherQualityShapeDisplay Property

Visio Automation Reference

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. Read/write.

Version Information
 Version Added:  Visio 2003

Syntax

expression.HigherQualityShapeDisplay

expression   A variable that represents an ApplicationSettings object.

Return Value
Boolean

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

ms367628.vs_note(en-us,office.12).gif  Note
The HigherQualityShapeDisplay option may not be available on all computers, including those running Visio from a terminal server.

See Also