Gets or sets the color of the text used as table caption.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public Brush CaptionBrush { get; set; } |
Visual Basic Copy Code |
---|
Public Property CaptionBrush As Brush |
An instance of the System.Windows.Media.Brush-derived class. The default is Brushes.Black.
Use the property to make table caption more distinguished.
WpfDiagram Programmer's Guide | © 2024 MindFusion |