Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Annotations.Designers Assembly > Leadtools.Annotations.Designers Namespace > AnnPolylineEditDesigner Class : ThumbsGap Property |
public virtual int ThumbsGap {get; set;}
'Declaration
Public Overridable Property ThumbsGap As Integer
'Usage
Dim instance As AnnPolylineEditDesigner Dim value As Integer instance.ThumbsGap = value value = instance.ThumbsGap
public virtual int ThumbsGap {get; set;}
@property (nonatomic, assign) NSInteger thumbsGap
public int getThumbsGap() public void setThumbsGap(int thumbsGap)
<br/>get_ThumbsGap();<br/>set_ThumbsGap(value);<br/>Object.defineProperty('ThumbsGap');
Use 0 to display all thumbs. This value does not represent the distance in pixels. Instead, it refers to the number of thumbs to skip before displaying another thumb. Possible values are:
Value | Meaning |
---|---|
0 |
Show every thumb |
1 |
Show a thumb, skip a thumb, show a thumb ... |
. |
... |
. |
... |
. |
... |
9 |
Show a thumb, skip the next nine ... |
. |
... |
... and so on.
The last thumb is always shown. Therefore, using a large value for ThumbsGap will probably result in only the first and last thumbs being shown.
If the value of AnnPolylineEditDesigner.ShowThumbs is set to false the ThumbsGap value will be ignored since the thumbs will not be shown.