Share via


CommandBarFlyoutCommandBarTemplateSettings.ExpandedWidth プロパティ

定義

展開時のコントロールの幅を取得します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBarTemplateSettings.ExpandedWidth (Windows App SDKの WinUI の場合は、Windows App 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

展開されたときのコントロールの幅。

適用対象