'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the element will display focus cues (usually a focused rectangle) when it has the keyboard focus.")> Public Overridable Property FocusCues As FocusCues
'Usage
Dim instance As NUIElement Dim value As FocusCues instance.FocusCues = value value = instance.FocusCues
[System.ComponentModel.Description("Gets/sets a value indicating whether the element will display focus cues (usually a focused rectangle) when it has the keyboard focus.")] public virtual FocusCues FocusCues {get; set;}