Gets or sets the style of the dependency popup windows displayed when dependencies are created or clicked. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public Style DependencyPopupStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DependencyPopupStyle As Style |
A WPF Style
RemarksThe default style of the popup is demonstrated below:
XAML
Copy Code
|
|---|
<Style TargetType="local:DependencyPopupContent"> |
See Also