Northwoods.GoSilverlight 1.2.2 Assembly
GridSnapCellSize Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Diagram Class : GridSnapCellSize Property

Gets or sets the size of the grid cell used when snapping during a drag if the value of GridSnapEnabled is true.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Grid")>
Public Property GridSnapCellSize As Size
C# 
[CategoryAttribute("Grid")]
public Size GridSnapCellSize {get; set;}

Property Value

The default Size is 10x10 in model units. Any new width or height value must be positive but non-infinite numbers.

Requirements

See Also

© 2010 All Rights Reserved.