VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.Undo Namespace / WpfImageViewerUndoMonitor Class / ImageCollectionDispatcher Property
Syntax Requirements SeeAlso
In This Topic
    ImageCollectionDispatcher Property (WpfImageViewerUndoMonitor)
    In This Topic
    Gets the image collection dispatcher.
    Syntax
    'Declaration
    
    Protected ReadOnly Property ImageCollectionDispatcher As Vintasoft.Imaging.Undo.ImageCollectionUndoManagersDispatcher
    
    
    protected Vintasoft.Imaging.Undo.ImageCollectionUndoManagersDispatcher ImageCollectionDispatcher { get; }
    
    
    protected: __property Vintasoft.Imaging.Undo.ImageCollectionUndoManagersDispatcher* get_ImageCollectionDispatcher();
    
    
    

    Property Value

    The image collection dispatcher.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also