Gets or sets the brush used to draw the textual abbreviations of the task events in the chart (when using the default task event template). This is a dependency property.

Namespace:  DlhSoft.Windows.Controls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)

Syntax

C#
public Brush TextForeground { get; set; }
Visual Basic (Declaration)
Public Property TextForeground As Brush

Implements

IPertChartView..::.TextForeground

See Also