SearchInclusion

StockSharp.Xaml.Diagram.GXDiagram

This enumeration is used to control how parts may overlap the given geometry, in calls to SearchLayers) and SearchLayers).

Fields

Inside
public const SearchInclusion Inside
value = SearchInclusion.Inside

To match, a part must be completely inside the given geometry.

Intersects
public const SearchInclusion Intersects
value = SearchInclusion.Intersects

To match, a part may overlap the given geometry completely or only partly.