Gets or sets the brush used to define the color of the non-working time periods representation. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush NonWorkingBackgroundBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property NonWorkingBackgroundBrush As Brush |
A WPF Brush.
See Also