Gets a command for zooming.
Syntax
public: __property ICommand* get_ZoomCommand();
'Declaration
Public ReadOnly Property ZoomCommand As ICommand
'Usage
Dim instance As PageView
Dim value As ICommand
value = instance.ZoomCommand
Property Value
ICommand object.
See Also