Spread Windows Forms 12.0 Product Documentation
TextHAlign Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > PopUpCalculatorInfo Class : TextHAlign Property
Gets or sets the horizontal alignment of the text of the pop-up window.
Syntax
'Declaration
 
Public Property TextHAlign As HorizontalAlignment
'Usage
 
Dim instance As PopUpCalculatorInfo
Dim value As HorizontalAlignment
 
instance.TextHAlign = value
 
value = instance.TextHAlign
public HorizontalAlignment TextHAlign {get; set;}

Property Value

A System.Windows.Forms.HorizontalAlignment value.
The default is System.Windows.Forms.HorizontalAlignment.Right.
See Also

Reference

PopUpCalculatorInfo Class
PopUpCalculatorInfo Members