Gets or sets the brush of the element's border.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush BorderBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property BorderBrush As Brush |
A .NET Brush object specifying the color of the border lines.
See Also