dbicList Send comments on this topic.
TextAlignment Property
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > BeforeCellTextDisplayEventArgs Class : TextAlignment Property

Determines the horizontal/vertical alignment of the text within the cell.

Syntax

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

Property Value

enumerated value

Remarks

Adjusting this value will modify the alignment of the displayed text in the cell.

Requirements

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

See Also