←Select platform

LocationsThumbStyle Property

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

Property Value

The style used to render the thumbs of the an AnnObject. The default value is null.

Remarks

The LocationsThumbStyle property is used by the RenderThumbs method to the render the thumbs at the specified location(s).

Requirements

Target Platforms

Help Version 22.0.2023.7.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.