Gets or sets the color used to paint the dark sides of the outermost 3D border of a calendar element.
Namespace: MindFusion.Scheduling
|
C# |
---|
public Color BorderColorDark { get; set; } |
Visual Basic |
---|
Public Property BorderColorDark As Color |
A .NET Color object specifying the color of the right and bottom border lines. Assign Color.Empty to this property to use the corresponding value from the current theme.
Specify Color.Transparent for no border.