StatusBar.OccludedRect Property

Definition

Gets the region of the core window currently occluded by the status bar.

public:
 property Rect OccludedRect { Rect get(); };
Rect OccludedRect();
public Rect OccludedRect { get; }
var rect = statusBar.occludedRect;
Public ReadOnly Property OccludedRect As Rect

Property Value

The region of the core window currently occluded by the status bar.

Applies to