FocusSearchDirection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum FocusSearchDirection
type FocusSearchDirection =
- Inheritance
-
FocusSearchDirection
Fields
Name | Value | Description |
---|---|---|
Backward | 1 | Use with FocusSearch(FocusSearchDirection). |
Forward | 2 | Use with FocusSearch(FocusSearchDirection). |
Left | 17 | Use with FocusSearch(FocusSearchDirection). |
Up | 33 | Use with FocusSearch(FocusSearchDirection). |
Right | 66 | Use with FocusSearch(FocusSearchDirection). |
Down | 130 | Use with FocusSearch(FocusSearchDirection). |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.