Frame.BackStackDepth Property

Definition

Gets the number of entries in the navigation back stack.

public:
 property int BackStackDepth { int get(); };
int BackStackDepth();
public int BackStackDepth { get; }
var int32 = frame.backStackDepth;
Public ReadOnly Property BackStackDepth As Integer

Property Value

Int32

int

The number of entries in the navigation back stack.

Applies to