CodeCharge Studio All C#.NET VB.NET

Style Run-Time Property (.NET)

Applies to

Navigator Control

Syntax

C#.NET

public PagerStyle Style{get;set;}

VB.NET

Public Property Style() As PagerStyle

Description

The display style of the navigator.
Type Description
Centered  The current page displayed in the center of the pager.
Moving  The current page moving in the pager.

Examples

C#.NET

Navigator.Style = PageStyle.Centered;

VB.NET

Navigator.Style = PageStyle.Centered;

See also

MaxPage Property
PageNumber Property
PagerSize Property


On-line, printable versions and updates