Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / C1RatingItem Class / HoveredBrush Property

In This Topic
    HoveredBrush Property (C1RatingItem)
    In This Topic
    Get or set background brush in a hovered state.
    Syntax
    'Declaration
     
    
    Public Property HoveredBrush As Brush
    public Brush HoveredBrush {get; set;}
    See Also