RadControls for Silverlight

 

Classes

  ClassDescription
Public classBookPagedCollectionView
Provides paging functionality for RadBook.
Public classBookPanel
Virtualized panel for RadBook.
Public classDragStartedEventArgs
Event args for the drag events in RadBook.
Public classPageMouseEventArgs
Event arguments for Page_MouseEnter and Page_MouseLeave events.
Public classRadBookAutomationPeer
Public classRadBookItemAutomationPeer

Enumerations

  EnumerationDescription
Public enumerationRelativeTo
This enumeration is used to determine the pixel point of a corner. For example, imagine having a book Width=500 and Height=500. If we request the pixel point of the TopRight corner with respect to the Book, then the pixel point will be [500, 0]. If we request the pixel point of the TopRight corner with respect to the Page(the right page in this case), then the pixel point will be [250, 0], since 250 is half the width of the Book.