Overrides the System.Windows.UIElement.Focusable property to hide it.
public bool Focusable { get; set; }
Public Property Focusable As Boolean
This property is overridden to hide the corresponding property of the System.Windows.UIElement class, because the Focusable property isn't appropriate for the AxisBase class.