Gets or sets the color of the bottom border.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
Brush BorderBottomBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Property BorderBottomBrush As Brush |
An instance of the WPF Brush class.
See Also