dbicMonth Send comments on this topic.
TextAlign Property
See Also 
dbicMonth Assembly > Dbi.WinControl.Month Namespace > dbiMonth Class : TextAlign Property

Gets or sets the vertical and horizontal alignment of the general text within a date.

Syntax

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

Property Value

ContentAlignment

Remarks

The general text is defined by the dbiDayFormat that applies to the date.

Requirements

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

See Also