This property sets the size of the space between the grid lines.

[Visual Basic] Public Property GridSpace As Double
[C#] public double GridSpace {get; set;}

The size of the space as double

the default value is 10.0

Explanation

The GridSpace property sets the size of the space between the grid lines. The units of measurement for the space is the same as set by the Grid property.

Note that the ImageKit control may automatically adjust the display of grid lines depending on the values set in this property and on the percent of scaling needed to display a particular image. For example, an image that has a height of 2000 pixels  and a width of 1000 pixels is displayed in scale display mode with GridSpace=1 and Grid units in Pixels. This would result in 1000 grid lines being displayed vertically and 2000 displayed horizontally, thereby obscuring the image. To prevent this, the ImageKit control may automatically display fewer grid lines than are actually called for.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation