Gets or sets a brush that describes the fill of all dependencies.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush DependenciesFill { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DependenciesFill As Brush |
A WPF Brush specifying the fill of the dependency arrow heads.
See Also