Gets or sets the thickness of dependencies' strokes. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public double DependenciesStrokeThickness { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DependenciesStrokeThickness As Double |
A WPF Brush specifying the stroke thickness of the dependencies in the panel.
See Also