Indicates whether to show the rotate thumbs of selected annotation objects
public bool UseRotateThumbs { get; set; }
Public Property UseRotateThumbs() As Boolean
Get
Set
public:
property bool UseRotateThumbs
{
bool get()
void set(bool value)
}
true to show the rotate thumbs of selected annotation objects; otherwise, false. Default value is true.
Changing this value will loop through all the AnnAutomationObject's in the current AnnAutomationManager and set the value of AnnAutomationObject.UseRotateThumbs accordingly.
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