Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TitleInfo Class / VerticalAlign Property


In This Topic
    VerticalAlign Property (TitleInfo)
    In This Topic
    Gets or sets the vertical alignment of the title bar.
    Syntax
    'Declaration
     
    
    Public Property VerticalAlign As CellVerticalAlignment
    'Usage
     
    
    Dim instance As TitleInfo
    Dim value As CellVerticalAlignment
     
    instance.VerticalAlign = value
     
    value = instance.VerticalAlign
    public CellVerticalAlignment VerticalAlign {get; set;}
    See Also