次の方法で共有


CommandBarFlyoutCommandBarTemplateSettings.CurrentWidth プロパティ

定義

コントロールの現在の幅を取得します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBarTemplateSettings.CurrentWidth (Windows アプリ SDKの WinUI の場合は、Windows アプリ SDK名前空間を参照してください)。

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

プロパティ値

Double

double

コントロールの現在の幅。

適用対象