Determines if this element can be the target of pointer events or picked by IPanel.Pick queries.
Elements can not be picked if:
style.display
is set to DisplayStyle.None
Elements with a picking mode of PickingMode.Ignore never receive the hover pseudo-state.
Additional resources: VisualElement.visible, IStyle.display