ApplicationViewTitleBar 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表應用程式的標題列。
public ref class ApplicationViewTitleBar sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ApplicationViewTitleBar final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ApplicationViewTitleBar final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ApplicationViewTitleBar
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ApplicationViewTitleBar
Public NotInheritable Class ApplicationViewTitleBar
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
範例
請參閱 標題列範例。
屬性
BackgroundColor |
取得或設定標題列背景的色彩。 |
ButtonBackgroundColor |
取得或設定標題列按鈕的背景色彩。 |
ButtonForegroundColor |
取得或設定標題列按鈕的前景色彩。 |
ButtonHoverBackgroundColor |
取得或設定標題列按鈕在指標上方時的背景色彩。 |
ButtonHoverForegroundColor |
取得或設定標題列按鈕在指標上方時的前景色彩。 |
ButtonInactiveBackgroundColor |
取得或設定處於非使用中狀態時標題列按鈕的背景色彩。 |
ButtonInactiveForegroundColor |
取得或設定處於非使用中狀態時,標題列按鈕的前景色彩。 |
ButtonPressedBackgroundColor |
取得或設定按下標題列按鈕的背景色彩。 |
ButtonPressedForegroundColor |
取得或設定按下標題列按鈕的前景色彩。 |
ForegroundColor |
取得或設定標題列前景的色彩。 |
InactiveBackgroundColor |
取得或設定處於非使用中狀態時標題列背景的色彩。 |
InactiveForegroundColor |
取得或設定處於非使用中狀態時標題列前景的色彩。 |