다음을 통해 공유


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

컨트롤의 현재 너비입니다.

적용 대상