Search
TableNode.CaptionBrush Property
See Also
 





Gets or sets the color of the text used as table caption.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Brush CaptionBrush { get; set; }

Visual Basic  Copy Code

Public Property CaptionBrush As Brush

 Property Value

An instance of the System.Windows.Media.Brush-derived class. The default is Brushes.Black.

 Remarks

Use the property to make table caption more distinguished.

 See Also