←Select platform

ShowThumbs Property

Summary

Gets or sets a value that indicates whether to show the thumbs.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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) 
   } 

Property Value

true to show the thumbs; otherwise, it is false. The default value is true.

Remarks

Changing this property will affect the current and all future running AnnEditDesigner objects. For more information refer to the AnnEditDesigner.ShowThumbs property.

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.Annotations.Automation Assembly