Hyperlink.MouseOverForeground Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets or sets the brush that paints the foreground color when the mouse pointer moves over the Hyperlink.

Namespace:  System.Windows.Documents
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Public Property MouseOverForeground As Brush
public Brush MouseOverForeground { get; set; }
<Hyperlink>
  <Hyperlink.MouseOverForeground>
    singleBrush
  </Hyperlink.MouseOverForeground>
</Border>
<Hyperlink MouseOverForeground="colorString"/>

XAML Values

  • singleBrush
    Within opening and closing property elements for Hyperlink.MouseOverForeground, exactly one object element for an object that derives from Brush. This is typically one of the following classes defined by Silverlight: LinearGradientBrush, RadialGradientBrush, ImageBrush, SolidColorBrush, VideoBrush.

  • colorString
    The Color for a SolidColorBrush expressed as an attribute string. This can be a named color, an RGB value, or an ScRGB value. RGB or ScRGB may also specify alpha information. See the XAML Values section in Color.

Property Value

Type: System.Windows.Media.Brush
The brush that paints the foreground color when the mouse pointer moves over the Hyperlink.

Remarks

Dependency property identifier field: MouseOverForegroundProperty

Version Information

Silverlight

Supported in: 5, 4

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.