New to Telerik UI for WinForms? Start a free 30-day trial
Orientation
Updated over 6 months ago
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
C#
this.radPipsPager1.Orientation = Orientation.Vertical;
| Horizontal | Vertical |
|---|---|
![]() | ![]() |

