Strikethrough Property

Summary
Gets or sets a value that indicates whether to add strikethrough to the font.
Syntax
C#
C++/CLI
public bool Strikethrough { get; set; } 
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 22.0.2023.1.26
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.