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