'Declaration Public Enum ShapeItemSearchMode Inherits System.Enum
public enum ShapeItemSearchMode : System.Enum
Member | Description |
---|---|
Auto | Search mode is automatically determined by the component. |
ClosestBoundingBox | When searching for a shape, the shape with the closest bounding box is selected. |
ClosestPointOnClosestShape | When 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. |
ClosestShape | When 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. |
None | No shapes will be searched for the in the shape series. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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