SystemParameters.SelectionFade Property

Definition

Gets a value indicating whether the selection fade effect is enabled.

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

Property Value

true if the fade effect is enabled; otherwise, false.

Attributes

Remarks

The selection fade effect causes the menu item selected by the user to remain on the screen briefly while fading out after a menu is dismissed.

Maps to SPI_GETSELECTIONFADE. See SystemParametersInfo.

XAML attribute usage

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

Applies to