Gets or sets the default brush of text displayed inside diagram items.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public Brush TextBrush { get; set; } |
Visual Basic Copy Code |
---|
Public Property TextBrush As Brush |
An instance of a .NET Brush-derived class. The default is a solid brush initialized with Colors.Black.
Use the property to specify the default brush of the text of diagram items.
WpfDiagram Programmer's Guide | © 2024 MindFusion |