Condividi tramite


DisplayInformation.CurrentOrientation Proprietà

Definizione

Ottiene l'orientamento corrente di un monitor rettangolare.

public:
 property DisplayOrientations CurrentOrientation { DisplayOrientations get(); };
DisplayOrientations CurrentOrientation();
public DisplayOrientations CurrentOrientation { get; }
var displayOrientations = displayInformation.currentOrientation;
Public ReadOnly Property CurrentOrientation As DisplayOrientations

Valore della proprietà

Orientamento corrente di un monitor rettangolare.

Commenti

Il valore della proprietà DisplayInformation.CurrentOrientation corrisponde all'orientamento dello schermo o del monitor e non necessariamente all'orientamento dell'app. Per determinare l'orientamento dell'app a scopo di layout, usa la proprietà ApplicationView.Value .

Si applica a