GoXam for WPF v3
SearchFlags Enumeration
Northwoods.GoXam Namespace : SearchFlags Enumeration
This enumeration is used to control what kinds of parts are found, in calls to DiagramPanel.FindPartsNear<T> and DiagramPanel.FindPartsIn<T>.
Syntax
[Flags()]
public enum SearchFlags : System.Enum 
Members
MemberDescription
Group Include all nodes that are groups.
Label Include all nodes that are link labels.
Links Include all links.
Nodes Include all kinds of nodes, including groups and link label nodes.
None Include no parts (not very useful).
Parts Include all parts.
Selectable Also require parts to be selectable.
SelectableParts Include all selectable parts.
SimpleNode Include all nodes that are not groups or link label nodes.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.SearchFlags

See Also

Reference

Northwoods.GoXam Namespace