다음을 통해 공유


ProgressBarTemplateSettings.ClipRect 속성

정의

ProgressBar의 잘린 영역을 설명하는 Rect를 가져옵니다.

이 설명서는 UWP용 WinUI 2에 적용됩니다(Windows 앱 SDKWinUI의 경우 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입니다.

적용 대상