ProgressBarTemplateSettings.ClipRect プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ProgressBar のクリップ領域を記述する Rect を取得します。
このドキュメントは、WinUI 2 for UWP に適用されます (Windows アプリ SDKの WinUI については、Windows アプリ SDK名前空間を参照してください)。
public:
property RectangleGeometry ^ ClipRect { RectangleGeometry ^ get(); void set(RectangleGeometry ^ value); };
public:
property RectangleGeometry ^ ClipRect { RectangleGeometry ^ get(); };
RectangleGeometry ClipRect();
void ClipRect(RectangleGeometry value);
RectangleGeometry ClipRect();
public RectangleGeometry ClipRect { get; set; }
public RectangleGeometry ClipRect { get; }
Public Property ClipRect As RectangleGeometry
Public ReadOnly Property ClipRect As RectangleGeometry
プロパティ値
ProgressBar のクリップ領域を記述する Rect。