dbicButton Send comments on this topic.
TextAlignment Property
See Also 
dbicButton Assembly > Dbi.WinControl.Button Namespace > BeforeTextDisplayEventArgs Class : TextAlignment Property

Gets and sets the alignment used when rendering the text in the control.

Syntax

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

Property Value

ContentAlignment

Remarks

Assigning a new value to this property in the event will change the display of the rendered text in the control.

Requirements

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

See Also