StatusBar クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリ ビュー (ウィンドウ) に関連付けられているステータス バーを操作するためのメソッドとプロパティを提供します。 ステータス バーは、ユーザーがデバイスの動作を制御し、進行状況を表示できる画面の上端 (通常) にシステムが表示するユーザー エクスペリエンスです。
public ref class StatusBar sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class StatusBar final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class StatusBar
Public NotInheritable Class StatusBar
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows Mobile Extension SDK (10.0.10240.0 で導入)
|
API contract |
Windows.Phone.PhoneContract (v1.0 で導入)
|
注釈
この型のオブジェクトを取得するには、 StatusBar.GetForCurrentView を呼び出します。
プロパティ
BackgroundColor |
ステータス バーの背景色を取得または設定します。 色のアルファ チャネルは使用されません。 |
BackgroundOpacity |
ステータス バーの背景色の不透明度を取得または設定します。 |
ForegroundColor |
ステータス バーの前景色を取得または設定します。 色のアルファ チャネルは使用されません。 |
OccludedRect |
現在ステータス バーによって隠されているコア ウィンドウの領域を取得します。 |
ProgressIndicator |
ステータス バーの進行状況インジケーターを取得します。 |
メソッド
GetForCurrentView() |
現在のウィンドウ (アプリ ビュー) のステータス バーを取得します。 |
HideAsync() |
ステータス バーを非表示にします。 |
ShowAsync() |
ステータス バーを表示します。 |
イベント
Hiding |
このイベントは、ステータス バーが非表示になっているときに発生します。 |
Showing |
このイベントは、ステータス バーが表示されているときに発生します。 |