ComponentOne PdfViewer for UWP
C1.UWP.PdfViewer Assembly / C1.Xaml.PdfViewer Namespace / C1PdfViewer Class / IncreaseZoomCommand Property

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