Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FilterBarCell Class / VerticalAlignment Property


In This Topic
    VerticalAlignment Property (FilterBarCell)
    In This Topic
    Gets or sets the vertical alignment of contents for a cell.
    Syntax
    'Declaration
     
    
    Public Overridable Property VerticalAlignment As CellVerticalAlignment
    'Usage
     
    
    Dim instance As FilterBarCell
    Dim value As CellVerticalAlignment
     
    instance.VerticalAlignment = value
     
    value = instance.VerticalAlignment
    public virtual CellVerticalAlignment VerticalAlignment {get; set;}
    See Also