GoXam for WPF v3
SearchInclusion Enumeration
Northwoods.GoXam Namespace : SearchInclusion Enumeration
This enumeration is used to control how parts may overlap the given geometry, in calls to DiagramPanel.FindPartsNear<T> and DiagramPanel.FindPartsIn<T>.
Syntax
public enum SearchInclusion : System.Enum 
Members
MemberDescription
Inside To match, a part must be completely inside the given geometry.
Intersects To match, a part may overlap the given geometry completely or only partly.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.SearchInclusion

See Also

Reference

Northwoods.GoXam Namespace