Gets or sets a foreground of the text displaying allocated resources. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush ResourcesLabelForeground { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ResourcesLabelForeground As Brush |
A WPF Brush object.
See Also