次の方法で共有


CommandBarFlyoutCommandBarTemplateSettings.OverflowContentClipRect プロパティ

定義

オーバーフロー コンテンツをクリップするために使用される四角形を取得します。

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

public:
 property Rect OverflowContentClipRect { Rect get(); };
Rect OverflowContentClipRect();
public Rect OverflowContentClipRect { get; }
var rect = commandBarFlyoutCommandBarTemplateSettings.overflowContentClipRect;
Public ReadOnly Property OverflowContentClipRect As Rect

プロパティ値

オーバーフロー コンテンツをクリップするために使用される四角形。

適用対象