Gets or sets the default color of text displayed inside diagram items.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Color TextColor { get; set; } |
Visual Basic Copy Code |
---|
Public Property TextColor As Color |
An instance of the Color structure. The default is Colors.Black.
Use the property to specify the default color of the text of diagram items.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |