This property sets whether or not the font has a strike-through line.

[Visual Basic]   imagekitcontrolname.PrintDraw.FontStrikeOut [ = Boolean ]
[Visual C++]     imagekitcontrolname.GetPrintDraw().SetFontStrikeOut(BOOL Val)
[VB.NET]   imagekitcontrolname.PrintDraw.FontStrikeOut [ = Boolean ]
[C#.NET]   imagekitcontrolname.PrintDraw.FontStrikeOut [ = bool ]

Property Value

The FontStrikeOut property sets whether or not the font has a strike-through line

Value Explanation
True the setting is enabled
False the setting is disabled

Explanation

The FontStrikeOut property sets whether or not the font has a strike-through line . This property value is enabled when the DrawString, DrawText, GetTextExtent, MeasureString, or TextOut methods are executed.


Note: Depending on the values of the CharAngle and Direction properties, the FontStrikeOut, FontUnderline properties may be disabled.

Setting this value

  This value can be set at runtime.

Retrieving this value

  This value cannot be retrieved.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation