Gets or sets the brush used to paint the header resize indicators. This is a dependency property.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush HeaderResizeIndicatorBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HeaderResizeIndicatorBrush As Brush |
An instance of the WPF Brush class.
See Also