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

Leadtools.Controls Assembly