Gets or sets the border brush of the adjustment handles. This is a dependency property.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush AdjustmentHandleBorderBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AdjustmentHandleBorderBrush As Brush |
An instance of the WPF Brush class.
See Also