ClassFitCommandBase
Class
Represents fit command base.
Definition
Namespace:Telerik.Windows.Documents.Commands
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.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.