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

Gets and sets the string format applied to the rendered text in the control.

Syntax

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

Property Value

StringFormat

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