ClassFitCommandBase
Class
Represents fit command base.
Definition
Namespace:Telerik.UI.Xaml.Controls.PdfViewer.Commands
Assembly:Telerik.WinUI.Controls.PdfViewer.dll
Syntax:
cs-api-definition
public abstract class FitCommandBase : FixedDocumentViewerCommandBase, ICommand
Inheritance: objectFixedDocumentViewerCommandBaseFitCommandBase
Derived Classes:
Implements:
Inherited Members
Constructors
FitCommandBase(FixedDocumentViewerBase)
Initializes a new instance of the FitCommandBase class.
Declaration
cs-api-definition
public FitCommandBase(FixedDocumentViewerBase viewer)
Parameters
viewer
The viewer.
Methods
CanExecuteOverride(object)
Determines whether the command can be executed.