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


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