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





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

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

 Syntax

C#  Copy Code

public Brush OverlayBorderBrush { get; set; }

Visual Basic  Copy Code

Public Property OverlayBorderBrush 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
OverlayBackground Property
OverlayBorderThickness Property