Version

PagerControlResizeEventArgs Class Members

The following tables list the members exposed by PagerControlResizeEventArgs.

Public Constructors
Public Properties
 NameDescription
Public PropertyAvailableSizeReturns the size available for the control.  
Public PropertyControlReturns the control whose size will be adjusted.  
Public PropertyNewControlSizeReturns or sets the new size for the Control.  
Public PropertyOrientationReturns 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.  
See Also