dbicDayView Send comments on this topic.
ColumnLineWide Property
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : ColumnLineWide Property

Determines whether the column lines will be drawn with a wide or thick pen.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ColumnLineWide As Boolean
C# 
public virtual bool ColumnLineWide {get; set;}

Property Value

True if WidePen is to be used, False for ThinPen.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also