ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.5.2 Assembly / C1.WPF.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 ICommand
    public ICommand DecreaseZoomCommand {get; set;}
    See Also