Gets or sets the Foreground of the text, displaying the name of the allocated activity in an AllocationPresenter. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush ActivityNameForeground { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ActivityNameForeground As Brush |
A WPF Brush.
See Also