←Select platform

LocationsThumbStyle Property

Summary

Gets or sets the style used to render the thumbs of an AnnObject.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public IAnnThumbStyle LocationsThumbStyle { get; set; } 
Property LocationsThumbStyle As Leadtools.Annotations.Core.IAnnThumbStyle 
Leadtools.Annotations.Core.IAnnThumbStyle LocationsThumbStyle {get; set;} 
@property (nonatomic,retain) id < LTIAnnThumbStyle > locationsThumbStyle; 
             
IAnnThumbStyle getLocationsThumbStyle(); 
void setLocationsThumbStyle(IAnnThumbStyle value); 
             
get_LocationsThumbStyle(); 
set_LocationsThumbStyle(value); 
Object.defineProperty('LocationsThumbStyle');  
public:  
   property IAnnThumbStyle^ LocationsThumbStyle 
   { 
      IAnnThumbStyle^ get() 
      void set(IAnnThumbStyle^ value) 
   } 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly