Northwoods.GoSilverlight 1.1.3 Assembly
LocationSpot Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Node Class : LocationSpot Property

Gets or sets the spot in the Node.LocationElement that is this node's location point.

Syntax

Visual Basic (Declaration) 
Public Property LocationSpot As Spot
C# 
public Spot LocationSpot {get; set;}

Property Value

The default value is TopLeft. The value must be a specific Spot -- i.e. one for which Spot.IsSpot is true.

See Also