←Select platform

Spacing Property

Summary

Gets or sets the spacing value: the distance between any two points in the free-hand drawing.

Syntax

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

Property Value

The distance, in pixels, between any two points in the free-hand drawing.

Example

For an example, refer to AnnFreehandDrawDesigner.

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.Annotations Assembly