Gets or sets a value that indicates whether to use the rotate thumbs of this AnnEditDesigner.
public virtual bool UseRotateThumbs { get; set; }
Public Overridable Property UseRotateThumbs As Boolean
public virtual bool UseRotateThumbs {get; set;}
@property (nonatomic, assign) BOOL useRotateThumbs
public boolean getUseRotateThumbs()
public void setUseRotateThumbs(boolean useRotateThumbs)
<br/>get_UseRotateThumbs();<br/>set_UseRotateThumbs(value);<br/>Object.defineProperty('UseRotateThumbs');
public:
virtual property bool UseRotateThumbs
{
bool get()
void set(bool value)
}
true to use the rotate thumbs of this AnnEditDesigner; otherwise, it is false. The default value is true.
For more control over rotating an AnnObject or AnnGroupObject in design mode with an AnnEditDesigner, set this property to true. This allows the user to precisely control the rotate center, as well as the rotate angle, by moving the rotate thumbs. Setting this property to false disables the rotate user interface. For more information, refer to Annotation Rotation Options.
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