Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PagerInfo Class / Align Property
Example


In This Topic
    Align Property (PagerInfo)
    In This Topic
    Gets or sets the horizontal alignment of the page navigation aids.
    Syntax
    'Declaration
     
    
    Public Property Align As HorizontalAlign
    'Usage
     
    
    Dim instance As PagerInfo
    Dim value As HorizontalAlign
     
    instance.Align = value
     
    value = instance.Align
    public HorizontalAlign Align {get; set;}

    Property Value

    HorizontalAlign object containing the alignment of text for the page navigation aids
    Remarks

    Valid values for this property are the horizontal alignment settings listed in the HorizontalAlign enumeration in the Microsoft .NET Framework Reference.

    Example
    See Also