Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox Class / SelectionAlignment Property


In This Topic
    SelectionAlignment Property
    In This Topic
    Internal use only. Gets the alignment of the selection.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property SelectionAlignment As HorizontalAlignment
    'Usage
     
    
    Dim instance As FormulaTextBox
    Dim value As HorizontalAlignment
     
    value = instance.SelectionAlignment
    public new HorizontalAlignment SelectionAlignment {get;}
    See Also