SetWordWrapping Method

Summary

Sets the text wrapping.

Syntax
C#
VB
C++
public void SetWordWrapping( 
   TextWrapping textWrapping 
) 
  
Public Sub SetWordWrapping( _ 
   ByVal textWrapping As 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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly