Interface IWpfWindow
Defines a set of auxiliary members that must be implemented by WPF windows.
Inherited Members
Namespace: TheXDS.MCART.Types.Base
Assembly: MCART.Wpf.Common.dll
Syntax
public interface IWpfWindow : IMsWindow, IWindow, ICloseable
Remarks
This interface should only be implemented by objects that derive from Window or one of its subclasses.
Properties
| Edit this page View SourceActualSise
Gets the current size of the window.
Declaration
Size ActualSise { get; }
Property Value
| Type | Description |
|---|---|
| Size |
Itself
Gets a direct reference to the window.
Declaration
Window Itself { get; }
Property Value
| Type | Description |
|---|---|
| Window |
WindowState
Gets a value that indicates the window state.
Declaration
WindowState WindowState { get; }
Property Value
| Type | Description |
|---|---|
| WindowState |
Methods
| Edit this page View SourceDragMove()
Starts a window drag operation.
Declaration
void DragMove()