FlyoutBase.AreOpenCloseAnimationsEnabled Property
Definition
Gets or sets a value that indicates whether animations are played when the flyout is opened or closed.
Equivalent WinUI property: Microsoft.UI.Xaml.Controls.Primitives.FlyoutBase.AreOpenCloseAnimationsEnabled.
public:
property bool AreOpenCloseAnimationsEnabled { bool get(); void set(bool value); };
bool AreOpenCloseAnimationsEnabled();
void AreOpenCloseAnimationsEnabled(bool value);
public bool AreOpenCloseAnimationsEnabled { get; set; }
var boolean = flyoutBase.areOpenCloseAnimationsEnabled;
flyoutBase.areOpenCloseAnimationsEnabled = boolean;
Public Property AreOpenCloseAnimationsEnabled As Boolean
Property Value
true if animations are played when the flyout is opened or closed; otherwise, false.
Windows 10 requirements
Device family |
Windows 10, version 1809 (introduced in 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v7.0)
|