Search
Style.BorderBottomColor Property
See Also
 





Gets or sets the color used to paint the bottom border of a calendar element.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Color BorderBottomColor { get; set; }

Visual Basic  Copy Code

Public Property BorderBottomColor As Color

 Property Value

A .NET Color object specifying the color of the bottom border lines. Assign Color.Empty to this property to use the corresponding value from the current theme.

 Remarks

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

 See Also