Gets or sets the color used to paint the light sides of the outermost 3D border of an element's header.
Namespace: MindFusion.Scheduling
|
C# |
---|
public Color HeaderBorderColorLight { get; set; } |
Visual Basic |
---|
Public Property HeaderBorderColorLight As Color |
A .NET Color object specifying the color of the top and left sides of header's rectangle. Assign Color.Empty to this property to use the corresponding value from the current theme.
Specify Color.Transparent for no border or set the HeaderBorderWidth to 0.