VisualResultBehavior Enum
Specifies the types of result behaviors when searching the visual tree.
public enum VisualResultBehavior
Fields
| Name | Description |
|---|---|
| Continue | Indicates that the search should be continue. |
| Stop | Indicates that the search should be stopped and the current item should be returned. |