Search
Style.HeaderBorderTopColor Property
See Also
 





Gets or sets the color used to paint the top border of an element's header.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Color HeaderBorderTopColor { get; set; }

Visual Basic  Copy Code

Public Property HeaderBorderTopColor As Color

 Property Value

A .NET Color object specifying the color of the top side of the header's rectangle. Assign Color.Empty to this property to use the corresponding value from the current theme.

 Remarks

Specify Color.Transparent for no border or set the HeaderBorderTopWidth to 0.

 See Also