Spread Windows Forms 12.0 Product Documentation
HorizontalAlignment Property (FpButton)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpButton Class : HorizontalAlignment Property
Gets or sets the horizontal alignment of text in the button.
Syntax
'Declaration
 
Public Property HorizontalAlignment As HorizontalAlignment
'Usage
 
Dim instance As FpButton
Dim value As HorizontalAlignment
 
instance.HorizontalAlignment = value
 
value = instance.HorizontalAlignment
public HorizontalAlignment HorizontalAlignment {get; set;}

Property Value

HorizontalAlignment setting that determines the alignment
See Also

Reference

FpButton Class
FpButton Members