What you are trying to do is not possible. Each control have different set of properties to define the appearance and behavior of controls, and beyond those properties nothing can be done. If your only requirement is to highlight the focused control then you can just changed the value of FocusedBorderThickness property for your controls, or can use tooltip to appear to prominent focused control.