Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PreviewRowInfo Class / VerticalAlign Property
Example


In This Topic
    VerticalAlign Property (PreviewRowInfo)
    In This Topic
    Gets or sets the vertical alignment of the preview row information.
    Syntax
    'Declaration
     
    
    Public Property VerticalAlign As VerticalAlign
    'Usage
     
    
    Dim instance As PreviewRowInfo
    Dim value As VerticalAlign
     
    instance.VerticalAlign = value
     
    value = instance.VerticalAlign
    public VerticalAlign VerticalAlign {get; set;}

    Property Value

    VerticalAlign setting that specifies the vertical alignment
    Example
    This example customizes the appearance of the preview row.
    See Also