SystemParameters.MenuFade 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 menu fade animation is enabled.
public:
static property bool MenuFade { bool get(); };
public static bool MenuFade { [System.Security.SecurityCritical] get; }
public static bool MenuFade { get; }
[<get: System.Security.SecurityCritical>]
static member MenuFade : bool
static member MenuFade : bool
Public Shared ReadOnly Property MenuFade As Boolean
Property Value
true
when fade animation is enabled; otherwise, false
.
- Attributes
Remarks
If fade animation is disabled, menus use slide animation. This flag is ignored unless menu animation is enabled.
Maps to SPI_GETMENUFADE. See SystemParametersInfo.
XAML attribute usage
<object property="{ SystemParameters.MenuFade}
"/>
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.