Gets or sets the brush used to paint the caption bar of this table.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C#
![]() |
---|
public Brush CaptionBackBrush { get; set; } |
Visual Basic
![]() |
---|
Public Property CaptionBackBrush As Brush |
An instance of a System.Windows.Media.Brush-derived class. The default is null (Nothing in Visual Basic).
This property refers to a brush object used to paint the interior of the caption bar. You can assign to it an instance of one of the following classes: GradientBrush, SolidColorBrush or TileBrush, located in the System.Windows.Media namespace. If there is no brush assigned to this property, the caption bar is painted using the Brush property of the TableNode class.
WpfDiagram Programmer's Guide | © 2025 MindFusion |