←Select platform

RotateCenterThumbStyle Property

Summary
Gets or sets the style used to render the rotate center thumb of an AnnObject.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public IAnnThumbStyle RotateCenterThumbStyle { get; set; } 
@property (nonatomic, strong, nullable) id<LTIAnnThumbStyle> rotateCenterThumbStyle; 
IAnnThumbStyle getRotateCenterThumbStyle(); 
void setRotateCenterThumbStyle(IAnnThumbStyle value); 
public:  
   property IAnnThumbStyle^ RotateCenterThumbStyle 
   { 
      IAnnThumbStyle^ get() 
      void set(IAnnThumbStyle^ value) 
   } 
RotateCenterThumbStyle # get and set (IAnnObjectRenderer) 

Property Value

The style used to render the rotate center 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 center at the specified location.

For more information, refer to Annotation Rotation Options.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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