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

Show in webframe

SetWordWrapping Method






A System.Windows.TextWrapping value that specifies how to treat text that overflows the width of the text layout box.
Sets the text wrapping.
Syntax
public void SetWordWrapping( 
   TextWrapping textWrapping
)
'Declaration
 
Public Sub SetWordWrapping( _
   ByVal textWrapping As TextWrapping _
) 
'Usage
 
Dim instance As D2DTextLayout
Dim textWrapping As TextWrapping
 
instance.SetWordWrapping(textWrapping)

            

            
public:
void SetWordWrapping( 
   TextWrapping textWrapping
) 

Parameters

textWrapping
A System.Windows.TextWrapping value that specifies how to treat text that overflows the width of the text layout box.
Requirements

Target Platforms

See Also

Reference

D2DTextLayout Class
D2DTextLayout Members

Error processing SSI file