FocusVisualKind Enum

Definition

Specifies the visual feedback used to indicate the UI element with focus when navigating with a keyboard or game controller.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
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.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also