Version

ShapeItemSearchMode Enumeration

Describes available modes for searching for items in the shape series.
Syntax
'Declaration
 
Public Enum ShapeItemSearchMode 
   Inherits System.Enum
public enum ShapeItemSearchMode : System.Enum 
Members
MemberDescription
AutoSearch mode is automatically determined by the component.
ClosestBoundingBoxWhen searching for a shape, the shape with the closest bounding box is selected.
ClosestPointOnClosestShapeWhen searching for a shape, the closest point along the closest shape is used. The search is skipped in performance critical scenarios if the number of bounds is over ItemSearchThreshold, or if the number of points in a shape is over ItemSearchPointsThreshold.
ClosestShapeWhen searching for a shape, the shape with a border closest to the target point is selected. The search is skipped in performance critical scenarios if the number of bounds is over ItemSearchThreshold, or if the number of points in a shape is over ItemSearchPointsThreshold.
NoneNo shapes will be searched for the in the shape series.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also