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

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