示例#1
0
 /// <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);
 }
示例#2
0
 /// <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);
 }