LEADTOOLS Annotations (Leadtools.Annotations assembly)

Spacing Property

Show in webframe





Gets or sets the spacing value: the distance between any two points in the free-hand drawing.
Syntax
public virtual int Spacing {get; set;}
'Declaration
 
Public Overridable Property Spacing As Integer
'Usage
 
Dim instance As AnnFreehandDrawDesigner
Dim value As Integer
 
instance.Spacing = value
 
value = instance.Spacing

            

            
public:
virtual property int Spacing {
   int get();
   void set (    int value);
}

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

See Also

Reference

AnnFreehandDrawDesigner Class
AnnFreehandDrawDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.