Gets or sets the color used to paint the bottom border of an element's header.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public Color HeaderBorderBottomColor { get; set; } |
Visual Basic Copy Code |
---|
Public Property HeaderBorderBottomColor As Color |
A .NET Color object specifying the color of the bottom side of the 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 HeaderBorderBottomWidth to 0.
MindFusion.Scheduling Programmer's Guide | © 2023 MindFusion |