Gets or sets the brush used to paint the border of this item. This is a dependency property.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush BorderBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property BorderBrush As Brush |
A WPF Brush object.
See Also