Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.D2DRendering assembly)

Show in webframe

Strikethrough Property






Gets or sets a value that indicates whether to add strikethrough to the font.
Syntax
public bool Strikethrough {get; set;}
'Declaration
 
Public Property Strikethrough As Boolean
'Usage
 
Dim instance As D2DFont
Dim value As Boolean
 
instance.Strikethrough = value
 
value = instance.Strikethrough

            

            
public:
property bool Strikethrough {
   bool get();
   void set (    bool value);
}

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

Error processing SSI file