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