Spread Windows Forms 12.0 Product Documentation
TextAlign Property (FpButton)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpButton Class : TextAlign Property
Gets or sets how text is aligned relative to the picture in the button.
Syntax
'Declaration
 
Public Property TextAlign As ButtonTextAlign
'Usage
 
Dim instance As FpButton
Dim value As ButtonTextAlign
 
instance.TextAlign = value
 
value = instance.TextAlign
public ButtonTextAlign TextAlign {get; set;}

Property Value

ButtonTextAlign setting that determines the alignment of text in the button
See Also

Reference

FpButton Class
FpButton Members