FocusVisualKind 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.
Specifies the visual feedback used to indicate the UI element with focus when navigating with a keyboard or gamepad.
public enum class FocusVisualKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class FocusVisualKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum FocusVisualKind
Public Enum FocusVisualKind
- Inheritance
-
FocusVisualKind
- Attributes
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|
Fields
Name | Value | Description |
---|---|---|
DottedLine | 0 | A dotted line rectangle. Also known as "marching ants". The default on Windows 10 November Update (Windows 10 version 1511 - build number 10.0.10586, codenamed "Threshold 2") and earlier. |
HighVisibility | 1 | A solid line rectangle composed of an inner and outer rectangle of contrasting colors. The default on Windows 10 Anniversary Update (Windows 10 version 1607 - build number 10.0.14393, codenamed "Redstone 1") and earlier. DottedLine visual is difficult to see in 10-foot experience. |
Reveal | 2 | A solid line rectangle, surrounded by a glowing light effect to simulate depth. Opt-in feature for Xbox with Windows 10 version 1803 (codenamed "Redstone 4") and later. |
Remarks
Version history
Windows version | SDK version | Value added |
---|---|---|
1803 | 17134 | Reveal |