Udostępnij przez


SystemParameters.DragFullWindows Właściwość

Definicja

Pobiera wartość wskazującą, czy przeciąganie pełnych okien jest włączone.

public:
 static property bool DragFullWindows { bool get(); };
public static bool DragFullWindows { [System.Security.SecurityCritical] get; }
public static bool DragFullWindows { get; }
[<get: System.Security.SecurityCritical>]
static member DragFullWindows : bool
static member DragFullWindows : bool
Public Shared ReadOnly Property DragFullWindows As Boolean

Wartość właściwości

true w przypadku włączenia przeciągania pełnych okien; w przeciwnym razie , false.

Atrybuty

Uwagi

Mapuje SPI_GETDRAGFULLWINDOWS. Zobacz SystemParametersInfo.

Użycie atrybutu XAML

<object property="{ SystemParameters.DragFullWindows}"/>

Dotyczy