ApplicationViewTitleBar 類別

定義

代表應用程式的標題列。

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
繼承
Object Platform::Object IInspectable 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

取得或設定處於非使用中狀態時標題列前景的色彩。

適用於

另請參閱