←Select platform

ThumbsGap Property

Summary
Gets or sets a value that indicates which thumbs to display in a polyline object.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public int ThumbsGap { get; set; } 
@property (nonatomic, assign) NSInteger thumbsGap; 
public int getThumbsGap() 
public void setThumbsGap(int thumbsGap) 
public:  
   property Int32 ThumbsGap 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 
ThumbsGap # get and set (AnnAutomationManager) 

Property Value

An value greater than zero that indicates which thumbs to display in a polyline object, or 0 to display all thumbs. The default value is 0.

Remarks

Changing this property will affect the current and all future running AnnPolylineEditDesigner objects. For more information refer to the AnnPolylineEditDesigner.ThumbsGap property of the AnnPolylineEditDesigner.

Requirements

Target Platforms

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

Leadtools.Annotations.Automation Assembly

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