MindFusion.Wpf Pack Programmer's Guide
CalendarStyle.LeftBorderBrush Property
See Also
 





Gets or sets the brush of the element's left border.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public Brush LeftBorderBrush { get; set; }

Visual Basic  Copy Code

Public Property LeftBorderBrush As Brush

 Property Value

A .NET Brush object specifying the color of the left border lines. Assign null (Nothing in Visual Basic) to this property to use the value of BorderBrush.

 See Also

CalendarStyle Members
CalendarStyle Class
MindFusion.Scheduling.Wpf Namespace