Strikethrough Property

Summary

Gets or sets a value that indicates whether to add strikethrough to the font.

Syntax
C#
VB
C++
public bool Strikethrough { get; set; } 
  
Public Property Strikethrough As Boolean 
public: 
property bool Strikethrough { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

A Boolean value that indicates whether to add strikethrough to the font.

Remarks

true means to add strikethrough to the font. false means that strikethrough should not be added to the font. The default value is false.

Requirements

Target Platforms

See Also

Reference

D2DFont Class

D2DFont Members

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly