 | MainWindowIsRelocating field |
Indicates that the main window is currently changing its location
and therefore cannot yet report the correct end position to the checker and worker.
Is used in App.cs to react to the first positioning when the application is started.
of the main window before an autostart is performed.
Namespace: Vishnu.WPF_UIAssembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
SyntaxPublic IsRelocating As Boolean
public:
bool IsRelocating
val mutable IsRelocating: bool
Field value
Boolean
See also