/// <summary> /// Provides a secure method for setting the OverlayButtonHover property. /// This dependency property indicates indicates which anchor button is currently highlighted by user. /// </summary> /// <param name="value">The new value for the property.</param> protected void SetOverlayButtonHover(OverlayButtonHover value) { SetValue(OverlayButtonHoverPropertyKey, value); }