Search
TableNode.CaptionBrush Property
See Also
 






Gets or sets the brush used to paint the table caption.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush CaptionBrush { get; set; }

Visual Basic  Copy Code

Public Property CaptionBrush As Brush

 Property Value

An instance of a Brush-derived class.

 Remarks

Use the property to make table caption more distinguished.

 See Also