Search
Diagram.TextColor Property
See Also
 





Gets or sets the default color of text displayed inside diagram items.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Color TextColor { get; set; }

Visual Basic  Copy Code

Public Property TextColor As Color

 Property Value

An instance of the .NET Color structure. The default is Color.Black.

 Remarks

Use the property to specify the default color of the text of diagram items.

 See Also