Gets or sets the brush used to paint the caption bar of this table. This is a dependency property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public Brush CaptionBackBrush { get; set; } |
Visual Basic
![]() |
---|
Public Property CaptionBackBrush As Brush |
An instance of a Brush-derived class. The default is null (Nothing in Visual Basic).
This property refers to a brush object used to paint the background of the caption bar. If there is no brush assigned to this property, the caption bar is painted using the Brush property of the TableNode class.
MindFusion.Diagramming for WinUI Programmer's Guide | © 2024 MindFusion |