Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / PopUpCalculatorInfo Class / TextHAlign Property


In This Topic
    TextHAlign Property (PopUpCalculatorInfo)
    In This Topic
    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