SystemParameters.DragFullWindows 属性

定义

获取一个值,该值指示是否启用全窗口拖动。

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

属性值

如果启用全窗口拖动,则为 true;否则为 false

属性

注解

映射到SPI_GETDRAGFULLWINDOWS。 请参阅 SystemParametersInfo

XAML 属性使用方法

<object property=“{ SystemParameters.DragFullWindows}”/>

适用于