Class RadBookItem
Represents a page within a book.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
[TelerikToolboxCategory("Containers")]
public class RadBookItem : ContentControl
Constructors
RadBookItem()
Fields
IndexProperty
DependencyProperty for the Index property.
Declaration
public static readonly DependencyProperty IndexProperty
Field Value
System.Windows.DependencyProperty
|
IsHardPaperProperty
Identifies the IsHardPaper dependency property.
Declaration
public static readonly DependencyProperty IsHardPaperProperty
Field Value
System.Windows.DependencyProperty
|
PositionProperty
DependencyProperty for the Position property.
Declaration
public static readonly DependencyProperty PositionProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Index
Gets the index of the page.
Declaration
public int Index { get; }
Property Value
System.Int32
The index. |
IsHardPaper
Gets or sets the IsHardPaper property.
Declaration
public bool IsHardPaper { get; set; }
Property Value
System.Boolean
|
Position
Gets the position of the page - Left or Right.
Declaration
public PagePosition Position { get; }
Property Value
PagePosition
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
When implemented in a derived class, returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Silverlight automation infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
The class-specific System.Windows.Automation.Peers.AutomationPeer subclass to return. |
OnIsHardPaperChanged(Boolean, Boolean)
Declaration
protected virtual void OnIsHardPaperChanged(bool oldValue, bool newValue)
Parameters
System.Boolean
oldValue
|
System.Boolean
newValue
|
OnPageMouseEnter(PageMouseEventArgs)
Raises the PageMouseEnter event.
Declaration
public virtual void OnPageMouseEnter(PageMouseEventArgs e)
Parameters
PageMouseEventArgs
e
The PageMouseEventArgs instance containing the event data. |
OnPageMouseLeave(PageMouseEventArgs)
Raises the PageMouseLeave event.
Declaration
public virtual void OnPageMouseLeave(PageMouseEventArgs e)
Parameters
PageMouseEventArgs
e
The PageMouseEventArgs instance containing the event data. |
OnPageMouseMove(PageMouseEventArgs)
Raises the PageMouseMove event.
Declaration
public virtual void OnPageMouseMove(PageMouseEventArgs e)
Parameters
PageMouseEventArgs
e
The PageMouseEventArgs instance containing the event data. |