Class FitCommandBase
Represents fit command base.
Inherited Members
Namespace: Telerik.Windows.Documents.Commands
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public abstract class FitCommandBase : FixedDocumentViewerCommandBase, ICommand
Constructors
FitCommandBase(FixedDocumentViewerBase)
Initializes a new instance of the FitCommandBase class.
Declaration
public FitCommandBase(FixedDocumentViewerBase viewer)
Parameters
FixedDocumentViewerBase
viewer
The viewer. |
Methods
CanExecuteOverride(Object)
Determines whether the command can be executed.
Declaration
public override bool CanExecuteOverride(object parameter)
Parameters
System.Object
parameter
The parameter. |
Returns
System.Boolean
Returns if the command can be executed. |