Gets or sets the brush used to fill the selection. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush SelectionBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SelectionBrush As Brush |
A Brush object.
See Also