Gets or sets the color used to paint various lines that are not part of element borders.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public Color LineColor { get; set; } |
Visual Basic Copy Code |
---|
Public Property LineColor As Color |
A Color object specifying the color of lines. Assign Colors.Empty to this property to use the corresponding value from the current theme.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |