Поделиться через


DisplayInformation.AutoRotationPreferences Свойство

Определение

Возвращает и задает предпочтительную ориентацию приложения.

public:
 static property DisplayOrientations AutoRotationPreferences { DisplayOrientations get(); void set(DisplayOrientations value); };
static DisplayOrientations AutoRotationPreferences();

static void AutoRotationPreferences(DisplayOrientations value);
public static DisplayOrientations AutoRotationPreferences { get; set; }
var displayOrientations = DisplayInformation.autoRotationPreferences;
DisplayInformation.autoRotationPreferences = displayOrientations;
Public Shared Property AutoRotationPreferences As DisplayOrientations

Значение свойства

Ориентация прямоугольного монитора.

Комментарии

Это свойство является статическим.

Операционная система не обязана учитывать настройки автоматической смены приложения. В частности, предпочтения не учитываются в режиме перекрытия окон.

Применяется к