Gets or sets the brush used to fill the selection.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms
SyntaxC#
Copy Code
|
|---|
public Brush SelectionBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SelectionBrush As Brush |
An instance of the Brush class.
See Also