C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a value representing the distance between any two points in the free-hand drawing.
public virtual int Spacing { get; set; }
Public Overridable Property Spacing As Integer
public virtual int Spacing {get; set;}
@property (nonatomic, assign) NSUInteger spacing
public int getSpacing()
public void setSpacing(int spacing)
<br/>get_Spacing();<br/>set_Spacing(value);<br/>Object.defineProperty('Spacing');
public:
virtual property Int32 Spacing
{
Int32 get()
void set(Int32 value)
}
The distance, in pixels, between any two points in the free-hand drawing. The default value is 2.
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