ClassRadBook
Represents the Silverlight RadBook wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadBook : ItemsControl, IAutomationPeer, IPeerConverter, IRadBook, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlItemsControlRadBook
Implements:
Inherited Members
Constructors
RadBook()
Initializes a new instance of the RadBook class.
Declaration
public RadBook()
Properties
BookItemElements
Gets the list of all the RadBookItem elements.
Declaration
public IList<IRadBookItem> BookItemElements { get; }
Property Value
Implements
FoldSize
Gets or sets the size of the page fold.
IsKeyboardNavigationEnabled
Gets or sets whether the keyboard can be used to navigate through the pages of the book.
Declaration
public bool IsKeyboardNavigationEnabled { get; set; }
Property Value
Implements
LeftPageItemElement
Get the RadBookItem currently available on the left page.
Declaration
public IRadBookItem LeftPageItemElement { get; }
Property Value
Implements
RightPageItemElement
Get the RadBookItem currently available on the right page.
Declaration
public IRadBookItem RightPageItemElement { get; }
Property Value
Implements
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides
Implements
TurnPage(TurnPagePosition)
Turns the book page from the given corner position. Performs that with default offset (from the corner) value.
Declaration
public void TurnPage(TurnPagePosition position)
Parameters
position
The Book turn page position - Left or Right, Top or Bottom.
TurnPage(TurnPagePosition, int)
Turns the book page from the given corner position by dragging with the given offset.
Declaration
public void TurnPage(TurnPagePosition position, int offset)
Parameters
position
The Book turn page position - Left or Right, Top or Bottom.
offset
The offset in pixels to drag from the corner.