Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / PopUpCalculator Class / Align Property


In This Topic
    Align Property (PopUpCalculator)
    In This Topic
    Gets or sets the alignment of the pop up window.
    Syntax
    'Declaration
     
    
    Public Property Align As LeftRightAlignment
    'Usage
     
    
    Dim instance As PopUpCalculator
    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