←Select platform

ItemTextTrimming Property

Summary

Item's text trimming options.

Syntax
C#
VB
C++
public virtual ControlTextTrimming ItemTextTrimming { get; set; } 
Public Overridable Property ItemTextTrimming() As ControlTextTrimming 
   Get 
   Set 
public:  
   virtual property ControlTextTrimming^ ItemTextTrimming 
   { 
      ControlTextTrimming^ get() 
      void set(ControlTextTrimming^ value) 
   } 

Property Value

The items text trimming options. Default value is ControlTextTrimming.EllipsisCharacter.

Remarks

ItemTextTrimming is used when to determine how to trim characters from the item's text (ImageViewerItem.Text) when the string does not completely fit into the item text part.

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

Leadtools.Controls Assembly

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