Gets or sets the brush used to draw the caption text.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush CaptionBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CaptionBrush As Brush |
An instance of the System.Windows.Media.Brush class. The default is Brushes.Black.
See Also