Gets or sets the color used to paint the left border of a calendar element.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public Color BorderLeftColor { get; set; } |
Visual Basic Copy Code |
---|
Public Property BorderLeftColor As Color |
A .NET Color object specifying the color left border lines. Assign Color.Empty to this property to use the corresponding value from the current theme.
Specify Color.Transparent for no left border or set the BorderLeftWidth to 0.
MindFusion.Scheduling Programmer's Guide | © 2023 MindFusion |