Search
VisualTreeView.OverlayBorderThickness Property
See Also
 





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

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

 Syntax

C#  Copy Code

public Thickness OverlayBorderThickness { get; set; }

Visual Basic  Copy Code

Public Property OverlayBorderThickness As Thickness

 Property Value

A WPF Thickness 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