ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / PageView Class / ZoomCommand Property




In This Topic
    ZoomCommand Property
    In This Topic
    Gets a command for zooming.
    Syntax
    'Declaration
     
    Public ReadOnly Property ZoomCommand As ICommand
    'Usage
     
    Dim instance As PageView
    Dim value As ICommand
     
    value = instance.ZoomCommand
    public ICommand ZoomCommand {get;}
    public: __property ICommand* get_ZoomCommand();
    public:
    property ICommand^ ZoomCommand {
       ICommand^ get();
    }

    Property Value

    ICommand object.
    See Also