Gets or sets the border brush of the overlay element. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush OverlayBorderBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property OverlayBorderBrush As Brush |
A WPF Brush object.
RemarksThe overlay is a semi-transparent border positioned on top of the element corresponding to the selected item in the VisualTreeView.
See Also