←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly