Share via


CommandBarFlyoutCommandBarTemplateSettings.ExpandDownOverflowVerticalPosition 属性

定义

获取向下展开时溢出的垂直位置。

适用于 UWP 的等效 WinUI 2 API:Windows 应用 SDK中 WinUI 的 Microsoft.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBarTemplateSettings.ExpandDownOverflowVerticalPosition (,请参阅) Windows 应用 SDK命名空间

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

属性值

Double

double

向下展开时溢出的垂直位置。

适用于