public IEditorViewModel BlockControlEditor { get; }
Public ReadOnly Property BlockControlEditor As IEditorViewModel
Get
public:
property IEditorViewModel^ BlockControlEditor {
IEditorViewModel^ get ();
}
member BlockControlEditor : IEditorViewModel with get