C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the style used to render the thumbs of this object type.
public IAnnThumbStyle LocationsThumbStyle { get; set; }
Public Property LocationsThumbStyle As Leadtools.Annotations.Core.IAnnThumbStyle
public Leadtools.Annotations.Core.IAnnThumbStyle LocationsThumbStyle {get; set;}
@property (nonatomic, strong, nullable) id<LTIAnnThumbStyle> locationsThumbStyle
public IAnnThumbStyle getLocationsThumbStyle()
public void setLocationsThumbStyle(IAnnThumbStyle locationsThumbStyle)
<br/>get_LocationsThumbStyle();<br/>set_LocationsThumbStyle(value);<br/>Object.defineProperty('LocationsThumbStyle');
public:
property IAnnThumbStyle^ LocationsThumbStyle
{
IAnnThumbStyle^ get()
void set(IAnnThumbStyle^ value)
}
The style used to render the thumbs of this object type. Default value is null.
The LocationsThumbStyle property is used by the RenderThumbs method to the render the thumbs at the specified location(s).
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