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 game controller.
public enum class FocusVisualKind
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class FocusVisualKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum FocusVisualKind
Public Enum FocusVisualKind
- Inheritance
-
FocusVisualKind
- Attributes
Fields
Name | Value | Description |
---|---|---|
DottedLine | 0 | A dotted line rectangle. Also known as "marching ants". |
HighVisibility | 1 | A solid line rectangle composed of an inner and outer rectangle of contrasting colors. |
Reveal | 2 | A solid line rectangle, surrounded by a glowing light effect to simulate depth. |