Share via


Font.Attributes Property

Visio Automation Reference

Returns the attributes of the a Font object. Read-only.

Version Information
 Version Added:  Visio 3.0

Syntax

expression.Attributes

expression   A variable that represents a Font object.

Return Value
Integer

Remarks

When you get the Attributes property of a Font object, the following value is returned.

Constant Value

visFont0Alias

128

A font marked as the font 0 alias is used instead of font 0 (the default font). The font 0 alias is used in some localized versions of Microsoft Visio and is controlled by means of entries in the registry.

See Also