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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.