public interface IEditorDockableComponent : IEditorComponent,
IViewModel, INotifyPropertyChanged, IDisposable
Public Interface IEditorDockableComponent
Inherits IEditorComponent, IViewModel, INotifyPropertyChanged, IDisposable
public interface class IEditorDockableComponent : IEditorComponent,
IViewModel, INotifyPropertyChanged, IDisposable
type IEditorDockableComponent =
interface
interface IEditorComponent
interface IViewModel
interface INotifyPropertyChanged
interface IDisposable
end
DefaultSize | Размер по умолчанию |
Dock | Направление стыковки |
Editor | (Унаследован от IEditorComponent) |
IsAbsoluteSize | Определяет, расчитывается ли размер как ###* или в пикселях |
MaxHeight | Максимальная высота |
MaxWidth | Максимальная ширина |
MinHeight | Минимальная высота |
MinWidth | Минимальная ширина |
Model | (Унаследован от IViewModel) |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Унаследован от IDisposable) |
PropertyChanged | Occurs when a property value changes. (Унаследован от INotifyPropertyChanged) |