MindFusion.Diagramming for Universal Windows Programmer's Guide
TableNode.CaptionBackBrush Property
See Also
 






Gets or sets the brush used to paint the caption area of this table. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush CaptionBackBrush { get; set; }

Visual Basic  Copy Code

Public Property CaptionBackBrush As Brush

 Property Value

An instance of a Brush-derived class. The default is null (Nothing in Visual Basic).

 Remarks

This property refers to a brush object used to paint the interior of the caption area. If there is no brush assigned to this property, the caption area is painted using the Brush property of the TableNode class.

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming Namespace