GoXam for WPF v3
GetSide Method
Northwoods.GoXam Namespace > Spot Structure : GetSide Method
Produce Spot that denotes one or more sides, based on which sides should be included.
Syntax
public static Spot GetSide( 
   bool left,
   bool top,
   bool right,
   bool bottom
)

Parameters

left
top
right
bottom

Return Value

If all of the arguments are false, this returns None; otherwise the resulting spot will be IsSide.
See Also

Reference

Spot Structure
Spot Members