ClassRadBook
Represents the Silverlight RadBook wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadBook : ItemsControl, IAutomationPeer, IPeerConverter, IRadBook, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlRadBook
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
BookItems
Gets the list of all the RadBookItem elements.
Declaration
[Obsolete("The property is deprecated. Please use BookItemElements instead.")]
public IList<RadBookItem> BookItems { get; }
Property Value
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
LeftPageItem
Get the RadBookItem currently available on the left page.
Declaration
[Obsolete("The property is deprecated. Please use LeftPageItemElement instead.")]
public RadBookItem LeftPageItem { get; }
Property Value
LeftPageItemElement
Get the RadBookItem currently available on the left page.
Declaration
public IRadBookItem LeftPageItemElement { get; }
Property Value
Implements
RightPageItem
Get the RadBookItem currently available on the right page.
Declaration
[Obsolete("The property is deprecated. Please use RightPageItemElement instead.")]
public RadBookItem RightPageItem { get; }
Property Value
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.