←Select platform

LineSpacing Property

Summary

Gets or sets a value indicating the frequency that lines are drawn over the grid dot-pattern.

Syntax

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

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly