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

Show in webframe

Underline Property






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

            

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

Property Value

A boolean value indicating whether to underline the font.
Remarks

Set this value "true" to underline the D2DFont, and "false" to use the font without underlining it. The default value is false.

Requirements

Target Platforms

See Also

Reference

D2DFont Class
D2DFont Members

Error processing SSI file