PlotWindow.TitleFontBold Property

Top 

Description

This property has been Deprecated. Please use PlotWindow.PlotTitle.Font.Bold instead.

 

Determines if the title font is bold.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

true

 

Syntax

myVariable1 = myPlotWindow1.TitleFontBold;

 

myPlotWindow1.TitleFontBold = myVariable1;

 

See also

PlotWindow Object

PlotWindow Guide