AppBarTemplateSettings.ClipRect Property

Definition

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

public:
 property Rect ClipRect { Rect get(); };
Rect ClipRect();
public Rect ClipRect { get; }
var rect = appBarTemplateSettings.clipRect;
Public ReadOnly Property ClipRect As Rect

Property Value

A Rect that describes the clipped area of the AppBar.

Applies to