Search
Rating.HeaderForeground Property
See Also
 





Gets or sets brush used to paint the header. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public Brush HeaderForeground { get; set; }

Visual Basic  Copy Code

Public Property HeaderForeground As Brush

 Property Value

A WPF Brush object.

 See Also