MindFusion.Wpf Pack Programmer's Guide
VisualTreeView.OverlayBackground Property
See Also
 





Gets or sets the background brush of the overlay element. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public Brush OverlayBackground { get; set; }

Visual Basic  Copy Code

Public Property OverlayBackground As Brush

 Property Value

A WPF Brush object.

 Remarks

The overlay is a semi-transparent border positioned on top of the element corresponding to the selected item in the VisualTreeView.

 See Also

VisualTreeView Members
VisualTreeView Class
MindFusion.UI.Wpf Namespace
OverlayBorderBrush Property
OverlayBorderThickness Property