←Select platform

TeethSpacing Property

Summary

Gets or sets the space between the middle vertical structures belonging to the rake.

Syntax

C#
VB
C++
public int TeethSpacing { get; set; } 
Public Property TeethSpacing As Integer 
public: 
property int TeethSpacing { 
   int get(); 
   void set (    int ); 
} 

Property Value

Amount of space between the middle vertical structures belonging to the rake.

Example

Refer to RakeRemoveCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly