TextWrapping Property

Summary

Gets or sets Text Wrapping behavior.

Syntax
C#
VB
C++
public TextWrapping TextWrapping { get; set; } 
  
Public Property TextWrapping As TextWrapping 
public: 
property TextWrapping TextWrapping { 
   TextWrapping get(); 
   void set (    TextWrapping ); 
} 

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

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