 | MainWindowSizeOnVirtualScreen property |
With true, several screens are displayed as a single screen.
large screen, otherwise what counts for
Changes in the size and position of the screen on which
is the main location of the MainWindow (ActualScreen).
Is currently (02/02/2024) always set to true internally! Previously default: false;
Must be set externally after instantiation.
Namespace: Vishnu.WPF_UIAssembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic bool SizeOnVirtualScreen { get; set; }
Public Property SizeOnVirtualScreen As Boolean
Get
Set
public:
property bool SizeOnVirtualScreen {
bool get ();
void set (bool value);
}
member SizeOnVirtualScreen : bool with get, set
Property value
Boolean
See also