Interface IVisualEditorContent
The view model for a visual content editor.
Inherited Members
Namespace: Gorgon.Editor.UI
Assembly: Gorgon.Editor.API.dll
Syntax
public interface IVisualEditorContent : IEditorContent, IViewModel, INotifyPropertyChanged, INotifyPropertyChanging, IUndoHandler
Remarks
When implementing a view model for a VisualContentBaseControl, the class must implement this interface to represent content data.
Properties
| Edit this page View SourceCurrentPanel
Property to set or return the currently active hosted panel.
Declaration
IHostedPanelViewModel CurrentPanel { get; set; }
Property Value
Type | Description |
---|---|
IHostedPanelViewModel |
Remarks
This property holds the view model for the currently active hosted panel which can be used for parameters for an operation on the content. Setting this value will bring the panel up on the UI and setting it to null will remove it.