Search
TableNodeStyle.CaptionBackBrush Property
See Also
 





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

Namespace: MindFusion.Diagramming
Package: 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 MindFusion.Drawing.Brush-derived class.

 See Also