SystemSettings.ScreenOrientation プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > SystemSettings.ScreenOrientation プロパティの意味・解説 

SystemSettings.ScreenOrientation プロパティ

デバイス現在の画面向き取得または設定します

名前空間: Microsoft.WindowsCE.Forms
アセンブリ: Microsoft.WindowsCE.Forms (microsoft.windowsce.forms.dll 内)
構文構文

Public Shared Property ScreenOrientation
 As ScreenOrientation
Dim value As ScreenOrientation

value = SystemSettings.ScreenOrientation

SystemSettings.ScreenOrientation = value
public static ScreenOrientation ScreenOrientation
 { get; set; }
public:
static property ScreenOrientation ScreenOrientation {
    ScreenOrientation get ();
    void set (ScreenOrientation value);
}
/** @property */
public static ScreenOrientation get_ScreenOrientation
 ()

/** @property */
public static void set_ScreenOrientation
 (ScreenOrientation value)
public static function get
 ScreenOrientation () : ScreenOrientation

public static function set
 ScreenOrientation (value : ScreenOrientation)

プロパティ
ScreenOrientation 値 (0、90、180、270) のいずれか既定値は 0 です。

解説解説

デバイスリセットせずに、縦向きの値を 90、180、または 270変更できます

使用例使用例

このプロパティの値を 0 に設定しステータス バーに値を表示するコード例次に示します。このコード例は、SystemSettings クラストピック取り上げているコード例一部分です。

' Set the screen orientation to normal
' and display the value on the status bar.
SystemSettings.ScreenOrientation = ScreenOrientation.Angle0
Me.StatusBar1.Text = SystemSettings.ScreenOrientation.ToString()
// Set the screen orientation to normal
// and display the value on the status bar.
SystemSettings.ScreenOrientation = ScreenOrientation.Angle0;
this.statusBar1.Text = SystemSettings.ScreenOrientation.ToString();
.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
SystemSettings クラス
SystemSettings メンバ
Microsoft.WindowsCE.Forms 名前空間


このページでは「.NET Framework クラス ライブラリ リファレンス」からSystemSettings.ScreenOrientation プロパティを検索した結果を表示しています。
Weblioに収録されているすべての辞書からSystemSettings.ScreenOrientation プロパティを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からSystemSettings.ScreenOrientation プロパティ を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「SystemSettings.ScreenOrientation プロパティ」の関連用語

SystemSettings.ScreenOrientation プロパティのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



SystemSettings.ScreenOrientation プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS