Spread Windows Forms 12.0 Product Documentation
Align Property (PopUpCalculatorInfo)


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

Property Value

A System.Windows.Forms.LeftRightAlignment value.
The default is System.Windows.Forms.LeftRightAlignment.Left.
See Also

Reference

PopUpCalculatorInfo Class
PopUpCalculatorInfo Members