Gets or sets a value indicating the frequency that lines are drawn over the grid dot-pattern.
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:
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.