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


In This Topic
    VerticalAlign Property (GroupInfo)
    In This Topic
    Gets or sets the vertical alignment of the grouping information.
    Syntax
    'Declaration
     
    
    Public Property VerticalAlign As VerticalAlign
    'Usage
     
    
    Dim instance As GroupInfo
    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 sets the alignment for the group bar.
    See Also