Share via


ProgressBarTemplateSettings.ClipRect 属性

定义

获取描述 ProgressBar 剪裁区域的 Rect

本文档适用于 Windows 应用 SDKWinUI 的 WinUI 2 for UWP (,请参阅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

适用于