ProgressBarTemplateSettings.ClipRect Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.