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

Show in webframe

TextWrapping Property






Gets or sets Text Wrapping behavior.
Syntax
public TextWrapping TextWrapping {get; set;}
'Declaration
 
Public Property TextWrapping As TextWrapping
'Usage
 
Dim instance As D2DFont
Dim value As TextWrapping
 
instance.TextWrapping = value
 
value = instance.TextWrapping

            

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

Property Value

The Text Wrapping the D2DFont format.
Remarks
A System.Windows.TextWrapping enumeration value that describes the text wrapping behavior. The default value is TextWrapping.NoWrap.
Requirements

Target Platforms

See Also

Reference

D2DFont Class
D2DFont Members

Error processing SSI file