Scheduler for WPF and Silverlight | ComponentOne
C1.WPF.PdfViewer Namespace / C1PdfViewer Class / IncreaseZoomCommand Property

In This Topic
    IncreaseZoomCommand Property (C1PdfViewer)
    In This Topic
    Gets the System.Windows.Input.ICommand that increases zoom.
    Syntax
    'Declaration
     
    
    Public Property IncreaseZoomCommand As ICommand
    public ICommand IncreaseZoomCommand {get; set;}
    See Also