Search
TextComponent.TextColor Property
See Also
 





Gets or sets the color of the displayed text.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Color TextColor { get; set; }

Visual Basic  Copy Code

Public Property TextColor As Color

 Property Value

A Color object. The default is Black.

 See Also