Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Appearance Class / VerticalAlignment Property


In This Topic
    VerticalAlignment Property (Appearance)
    In This Topic
    Gets or sets the vertical alignment of an object or text in a cell.
    Syntax
    'Declaration
     
    
    Public Property VerticalAlignment As CellVerticalAlignment
    'Usage
     
    
    Dim instance As Appearance
    Dim value As CellVerticalAlignment
     
    instance.VerticalAlignment = value
     
    value = instance.VerticalAlignment
    public CellVerticalAlignment VerticalAlignment {get; set;}
    See Also