New to Telerik UI for WinForms? Download free 30-day trial

Orientation

The RadPipsPager offers Orientation property. This property indicates how to rotate the pips - horizontally or vertically. By default, the pips are horizontally aligned.

Setting vertical orientation

this.radPipsPager1.Orientation = Orientation.Vertical;

Me.radPipsPager1.Orientation = Orientation.Vertical

Horizontal Vertical
RadPipsPager Horizontal RadPipsPager Vertical

See Also

In this article