Gets or sets the border brush of the adjustment handles of selected interactive objects. 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. The default is Black.
See Also