DefaultFont Property

 

The DefaultFont property returns the default font properties. Returns a FontFormat object. This is a read-only property.

 

Syntax

object.DefaultFont

 

Example 1

This example demonstrates how to return the default face.

 

Debug.Print Plot.DefaultFont.Face

 

Example 2

This example demonstrates how to set the default font color to blue.

 

Plot.DefaultFont.Color = mvColorBlue

 

Used by: PlotDocument object