Items text trimming options.
Object.defineProperty(ImageViewer.prototype, 'itemTextTrimming',
get: function(),
set: function(value)
)
itemTextTrimming: ControlTextTrimming;
The items text trimming options. Default value is ControlTextTrimming.EllipsisCharacter.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET