Version

Orientation Property (PagerControlResizeEventArgs)

Returns the current scrolling orientation for the pager buttons. When the Orientation is Horizontal, the left of the control will be adjusted based on the position and the height of the control will be adjusted to match the available size. When the Orientation is Vertical, the top of the control will be adjusted based on the position and the width of the control will be adjusted to match the available size.
Syntax
'Declaration
 
Public ReadOnly Property Orientation As Orientation
public Orientation Orientation {get;}
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also