Gets or sets a value that indicates which thumb to display.
public virtual int ThumbsGap { get; set; }
Public Overridable Property ThumbsGap As Integer
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');
public:
virtual property Int32 ThumbsGap
{
Int32 get()
void set(Int32 value)
}
A value greater than 0 that indicates which thumbs to display. The default value is 0.
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.
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