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

LineSpacing Property






Gets or sets a value indicating the frequency that lines are drawn over the grid dot-pattern. .NET support Silverlight support
Syntax
public int LineSpacing {get; set;}
'Declaration
 
Public Property LineSpacing As Integer
'Usage
 
Dim instance As AnnSnapToGridOptions
Dim value As Integer
 
instance.LineSpacing = value
 
value = instance.LineSpacing
public int LineSpacing {get; set;}
 get_LineSpacing();
set_LineSpacing(value);
public:
property int LineSpacing {
   int get();
   void set (    int value);
}

Property Value

An System.Int32 that indicates the frequency that lines are drawn over the grid dot-pattern. Default value is 5.
Example

For C#/VB examples, refer to AnnSnapToGridOptions.

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

AnnSnapToGridOptions Class
AnnSnapToGridOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

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