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