←Select platform

ItemTextWrap Property

Summary

Indicates whether the items text should automatically wrap to the next line if needed.

Syntax

C#
VB
C++
public virtual bool ItemTextWrap { get; set; } 
Public Overridable Property ItemTextWrap() As Boolean 
   Get 
   Set 
public:  
   virtual property bool ItemTextWrap 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if the items text should automatically wrap to the next line if needed, otherwise; false. Default value is true.

Remarks

Note that this value is currently not supported in the HTML/JavaScript platform.

For more information, refer to Image Viewer Appearance.

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.Controls.WinForms Assembly