Class PdfViewerZoomOutCommand
Inherited Members
Namespace: Telerik.Maui.Controls.PdfViewer
Assembly: Telerik.Maui.Controls.dll
Syntax
public class PdfViewerZoomOutCommand : PdfViewerCommand, INotifyPropertyChanged, ICommand
Constructors
PdfViewerZoomOutCommand()
Declaration
public PdfViewerZoomOutCommand()
Methods
CanExecute(Object)
Declaration
public override bool CanExecute(object parameter)
Parameters
System.Object
parameter
|
Returns
System.Boolean
|
Overrides
Execute(Object)
Declaration
public override void Execute(object parameter)
Parameters
System.Object
parameter
|