PlotWindow.TitleFontItalic Property

Top 

Description

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

 

Determines if the title font is italic.

 

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:

false

 

Syntax

myVariable1 = myPlotWindow1.TitleFontItalic;

 

myPlotWindow1.TitleFontItalic = myVariable1;

 

See also

PlotWindow Object

PlotWindow Guide