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

Gets or sets the Spot that specifies what point in the grid cell dragged parts snap to, if the value of GridSnapEnabled is true.

Syntax

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

Property Value

The default value is TopLeft, which means parts get snapped directly to the grid points. A new value must be a specific spot: Spot.IsSpot must be true for any new value.

Requirements

See Also

© 2010 All Rights Reserved.