ViewFont.Strikeout Property

Top 

Description

Sets whether the current font has a strike out through it.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

false

 

Syntax

myVariable1 = myViewFont1.Strikeout;

 

myViewFont1.Strikeout = myVariable1;

 

See also

ViewFont Object