LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

Spacing Property






Gets or sets the spacing value: the distance between any two points in the free-hand drawing. .NET support Silverlight support
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 int Spacing {get; set;}
 get_Spacing();
set_Spacing(value);
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 C#/VB examples, refer to AnnFreehandDrawDesigner.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnFreehandDrawDesigner Class
AnnFreehandDrawDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.