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

Gets or sets the vertical and horizontal alignment of the title text. 

Syntax

Visual Basic (Declaration) 
Public Property TitleAlign As ContentAlignment
C# 
public ContentAlignment TitleAlign {get; set;}

Property Value

ContentAlignment

Remarks

This property value is of type ContentAlignment, indicating the vertical and horizontal alignment of the title text.

Requirements

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

See Also