WindowMagnetizerAllowOffscreen Property
Gets or sets a value indicating whether the window can be moved off-screen.
Default value is
.
Namespace: DevCase.Core.Application.FormsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual bool AllowOffscreen { get; set; }
Public Overridable Property AllowOffscreen As Boolean
Get
Set
Dim instance As WindowMagnetizer
Dim value As Boolean
value = instance.AllowOffscreen
instance.AllowOffscreen = value
public:
virtual property bool AllowOffscreen {
bool get ();
void set (bool value);
}
abstract AllowOffscreen : bool with get, set
override AllowOffscreen : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean if the window can be moved off-screen, otherwise,
.