C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a value that indicates whether to show the thumbs.
public bool ShowThumbs { get; set; }
Public Property ShowThumbs As Boolean
public bool ShowThumbs {get; set;}
@property (nonatomic) BOOL showThumbs;
public boolean getShowThumbs()
public void setShowThumbs(boolean showThumbs)
<br/>get_ShowThumbs();<br/>set_ShowThumbs(value);<br/>Object.defineProperty('ShowThumbs');
public:
property bool ShowThumbs
{
bool get()
void set(bool value)
}
true to show the thumbs; otherwise, it is false. The default value is true.
Changing this property will affect the current and all future running AnnEditDesigner objects. For more information refer to the AnnEditDesigner.ShowThumbs property.
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