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