VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.Undo Namespace / WpfImageViewerUndoMonitor Class / DataStorage Property
Syntax Requirements SeeAlso
In This Topic
    DataStorage Property (WpfImageViewerUndoMonitor)
    In This Topic
    Gets or sets the data storage that stores objects.
    Syntax
    'Declaration
    
    Public Overrides Property DataStorage As Vintasoft.Data.IDataStorage
    
    
    public override Vintasoft.Data.IDataStorage DataStorage { get; set; }
    
    
    public: __property Vintasoft.Data.IDataStorage* get_DataStorage(); override;
    public: __property void set_DataStorage(
    Vintasoft.Data.IDataStorage* value
    ); override;
    public:
    property Vintasoft.Data.IDataStorage^ DataStorage { Vintasoft.Data.IDataStorage^ get() override;; void set(Vintasoft.Data.IDataStorage^ value) override;; }

    Property Value

    Default value is null.
    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