'Declaration<System.ComponentModel.DescriptionAttribute("Gets/sets the focus cue entry for this style.")> Public Property FocusCue As NUIShape
'UsageDim instance As NThemeStyle Dim value As NUIShape instance.FocusCue = value value = instance.FocusCue
[System.ComponentModel.Description("Gets/sets the focus cue entry for this style.")] public NUIShape FocusCue {get; set;}