Class RadPdfViewerNavigationPane
The Navigation Pane for RadPdfViewer. It represents an area that can display
different navigation panels, e.g. the PDF document Bookmarks which act as a table of contents.
Inheritance
System.Object
RadPdfViewerNavigationPane
Assembly: Telerik.Windows.Controls.FixedDocumentViewersUI.dll
Syntax
[TelerikToolboxCategory("Documents")]
public class RadPdfViewerNavigationPane : Control, INavigationPaneContentSizeProvider, IThemable
Constructors
Declaration
public RadPdfViewerNavigationPane()
Fields
Gets the associated PaneContentWidth property.
Declaration
public static readonly DependencyProperty PaneWidthProperty
Field Value
System.Windows.DependencyProperty
|
Declaration
public static readonly DependencyProperty RadPdfViewerProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Gets or sets the navigation pane width.
Declaration
public double PaneWidth { get; set; }
Property Value
Declaration
public RadPdfViewer RadPdfViewer { get; set; }
Property Value
Gets the ViewModel instance associated with the Navigation Pane.
Declaration
public RadPdfViewerNavigationPaneViewModel ViewModel { get; }
Property Value
Methods
Invoked whenever application code or internal processes calls System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data.
|
Extension Methods