Spread for ASP.NET 12 Product Documentation
Align Property (PagerInfo)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PagerInfo Class : Align Property
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;}
See Also

Reference

PagerInfo Class
PagerInfo Members