Gets or sets the strikeout mode of a string that is displayed with this font. 
    Namespace: 
   PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public FontStyleMode Strikeout { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property Strikeout As FontStyleMode  | 
| Visual C++ | 
|---|
public: property FontStyleMode Strikeout { FontStyleMode get (); void set (FontStyleMode value); }  |