Gets or sets the header border brush of the accordion items. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush SectionHeaderBorderBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SectionHeaderBorderBrush As Brush |
A WPF Brush object.
See Also