Class PdfViewerNavigateToPageToolbarItemView
Inheritance
System.Object
PdfViewerNavigateToPageToolbarItemView
Assembly: Telerik.Maui.Controls.dll
Syntax
public class PdfViewerNavigateToPageToolbarItemView : ToolbarItemView, IRadContentView, IContentView, IPadding, IToolStripView, IToolStripElement, IVisualTreeElement, IView, IElement, ITransform
Constructors
Declaration
public PdfViewerNavigateToPageToolbarItemView()
Fields
Declaration
public static readonly BindableProperty CurrentPageProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Declaration
public static readonly BindableProperty NavigateToPageCommandProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Declaration
public static readonly BindableProperty TotalPagesProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Gets or sets the current page number, starting from 1.
Declaration
public int CurrentPageNumber { get; set; }
Property Value
Gets or sets the command which navigates RadPdfViewer to a specific page.
Declaration
public ICommand NavigateToPageCommand { get; set; }
Property Value
System.Windows.Input.ICommand
|
Gets or sets the total pages count.
Declaration
public int TotalPages { get; set; }
Property Value
Methods
Declaration
protected override void OnApplyTemplate()
Overrides
Extension Methods