Gets or sets a value that indicates which thumbs to display in a polyline object.
public int ThumbsGap { get; set; }
Public Property ThumbsGap As Integer
public int ThumbsGap {get; set;}
@property (nonatomic) NSUInteger thumbsGap;
public int getThumbsGap()
public void setThumbsGap(int thumbsGap)
<br/>get_ThumbsGap();<br/>set_ThumbsGap(value);<br/>Object.defineProperty('ThumbsGap');
public:
property Int32 ThumbsGap
{
Int32 get()
void set(Int32 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.
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.
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