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 Fit
Declaration
public FitCommandBase(FixedDocumentViewerBase viewer)
Parameters
Fixed The viewer. |
Methods
CanExecuteOverride(Object)
Determines whether the command can be executed.
Declaration
public override bool CanExecuteOverride(object parameter)
Parameters
System. The parameter. |
Returns
System. Returns if the command can be executed. |