ProgressBarTemplateSettings.ClipRect Property

Definition

Gets the Rect that describes the clipped area of the ProgressBar.

public:
 property RectangleGeometry ^ ClipRect { RectangleGeometry ^ get(); };
RectangleGeometry ClipRect();
public RectangleGeometry ClipRect { get; }
var rectangleGeometry = progressBarTemplateSettings.clipRect;
Public ReadOnly Property ClipRect As RectangleGeometry

Property Value

A Rect that describes the clipped area of the ProgressBar.

Applies to