MindFusion WinForms Programmer's Guide
Style.TextColor Property
See Also
 





Gets or sets the color used to paint an element's text.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Color TextColor { get; set; }

Visual Basic  Copy Code

Public Property TextColor As Color

 Property Value

A .NET Color object specifying the text color. Assign Color.Empty to this property to use the corresponding value from the current theme.

 See Also

Style Members
Style Class
MindFusion.Scheduling Namespace
Font Property
TextAlignment Property