Interface IHostedPanelViewModel
A view model for hosted panels.
Inherited Members
Namespace: Gorgon.Editor.UI
Assembly: Gorgon.Editor.API.dll
Syntax
public interface IHostedPanelViewModel : IViewModel, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceCancelCommand
Property to return the command used to cancel the operation.
Declaration
IEditorCommand<object> CancelCommand { get; }
Property Value
Type | Description |
---|---|
IEditorCommand<object> |
IsActive
Property to set or return whether the crop/resize settings is active or not.
Declaration
bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsModal
Property to return whether the panel is modal.
Declaration
bool IsModal { get; }
Property Value
Type | Description |
---|---|
bool |
OkCommand
Property to set or return the command used to apply the operation.
Declaration
IEditorCommand<object> OkCommand { get; set; }
Property Value
Type | Description |
---|---|
IEditorCommand<object> |