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





Gets or sets the color of the shadow cast by the header text.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Color HeaderTextShadowColor { get; set; }

Visual Basic  Copy Code

Public Property HeaderTextShadowColor As Color

 Property Value

A .NET Color object specifying the color of the header text shadows drawn with this style. Assign Color.Empty to this property to use the corresponding value from the current theme.

 See Also

Style Members
Style Class
MindFusion.Scheduling Namespace
HeaderTextShadowOffset Property
HeaderTextShadowStyle Property
TextShadowColor Property