共用方式為


CommandBarFlyoutCommandBarTemplateSettings.ExpandedWidth 屬性

定義

取得展開時的控制項寬度。

適用于 UWP 的對等 WinUI 2 APIMicrosoft.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBarTemplateSettings.ExpandedWidth (for WinUI 在Windows 應用程式 SDK中,請參閱Windows 應用程式 SDK命名空間) 。

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

屬性值

Double

double

展開時控制項的寬度。

適用於