←Select platform

RotateGripperThumbStyle Property

Summary

Gets or sets the style used to render the rotate gripper thumb of an AnnObject.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public IAnnThumbStyle RotateGripperThumbStyle { get; set; } 
Property RotateGripperThumbStyle As Leadtools.Annotations.Core.IAnnThumbStyle 
Leadtools.Annotations.Core.IAnnThumbStyle RotateGripperThumbStyle {get; set;} 
@property (nonatomic,retain) id < LTIAnnThumbStyle > rotateGripperThumbStyle; 
             
IAnnThumbStyle getRotateGripperThumbStyle(); 
void setRotateGripperThumbStyle(IAnnThumbStyle value); 
             
get_RotateGripperThumbStyle(); 
set_RotateGripperThumbStyle(value); 
Object.defineProperty('RotateGripperThumbStyle');  
public:  
   property IAnnThumbStyle^ RotateGripperThumbStyle 
   { 
      IAnnThumbStyle^ get() 
      void set(IAnnThumbStyle^ value) 
   } 

Property Value

The style used to render the rotate gripper thumb of an AnnObject. The default value is null.

Remarks

The RotateCenterThumbStyle property is used by the RenderRotatePointThumbs method to the render the thumb of the rotate gripper at the specified location.

For more information, refer to Annotation Rotation Options.

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.Core Assembly