SystemParameters.SelectionFade Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.