←Select platform

UseRotateThumbs Property

Summary

Indicates whether to show the rotate thumbs of selected annotation objects

Syntax
C#
VB
C++
public bool UseRotateThumbs { get; set; } 
Public Property UseRotateThumbs() As Boolean 
   Get 
   Set 
public:  
   property bool UseRotateThumbs 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to show the rotate thumbs of selected annotation objects; otherwise, false. Default value is true.

Remarks

Changing this value will loop through all the AnnAutomationObject's in the current AnnAutomationManager and set the value of AnnAutomationObject.UseRotateThumbs accordingly.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

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