SystemParameters.CursorShadow 属性

定义

获取一个值,该值指示光标周围是否有阴影。

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

属性值

如果启用阴影,则为 true;否则为 false

属性

注解

映射到SPI_GETCURSORSHADOW。 请参阅 SystemParametersInfo

XAML 属性使用方法

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

适用于