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