OutlineFont Property

Applies To

Font object.

Description

True if the font is an outline font. Read/write Boolean.

Remarks

This property has no effect in Windows, but its value is retained (it can be set and returned).

Example

This example sets the font for the chart title to an outline font.

myChart.ChartTitle.Font.OutlineFont = True