Sdílet prostřednictvím


CommandBarFlyoutCommandBarTemplateSettings.CloseAnimationEndPosition Property

Definition

Gets the end position for the close animation.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBarTemplateSettings.CloseAnimationEndPosition (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property double CloseAnimationEndPosition { double get(); };
double CloseAnimationEndPosition();
public double CloseAnimationEndPosition { get; }
var double = commandBarFlyoutCommandBarTemplateSettings.closeAnimationEndPosition;
Public ReadOnly Property CloseAnimationEndPosition As Double

Property Value

Double

double

The end position for the animation.

Applies to