Search
TableNode.CaptionBackBrush Property
See Also
 






Gets or sets the brush used to paint the caption bar of this table.

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.

 Remarks

This property refers to a brush object used to paint the background of the caption bar. An instance of one of the following classes can be assigned to it: HatchBrush, LinearGradientBrush, PathGradientBrush or SolidBrush, all located in the MindFusion.Drawing namespace. If there is no brush assigned to this property, the caption bar is painted using the Brush property.

 See Also