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.
|
IsHardPaperProperty
Identifies the IsHardPaper dependency property.
Declaration
public static readonly DependencyProperty IsHardPaperProperty
Field Value
System.
|
PositionProperty
DependencyProperty for the Position property.
Declaration
public static readonly DependencyProperty PositionProperty
Field Value
System.
|
Properties
Index
Gets the index of the page.
Declaration
public int Index { get; }
Property Value
System. The index. |
IsHardPaper
Gets or sets the IsHardPaper property.
Declaration
public bool IsHardPaper { get; set; }
Property Value
System.
|
Position
Gets the position of the page - Left or Right.
Declaration
public PagePosition Position { get; }
Property Value
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
When implemented in a derived class, returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The class-specific System. |
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnIsHardPaperChanged(Boolean, Boolean)
Declaration
protected virtual void OnIsHardPaperChanged(bool oldValue, bool newValue)
Parameters
System.
|
System.
|
OnPageMouseEnter(PageMouseEventArgs)
Raises the Page
Declaration
public virtual void OnPageMouseEnter(PageMouseEventArgs e)
Parameters
Page The Page |
OnPageMouseLeave(PageMouseEventArgs)
Raises the Page
Declaration
public virtual void OnPageMouseLeave(PageMouseEventArgs e)
Parameters
Page The Page |
OnPageMouseMove(PageMouseEventArgs)
Raises the Page
Declaration
public virtual void OnPageMouseMove(PageMouseEventArgs e)
Parameters
Page The Page |