AppWindowTitleBar 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表應用程式視窗的標題列。
public ref class AppWindowTitleBar sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppWindowTitleBar final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppWindowTitleBar
Public NotInheritable Class AppWindowTitleBar
- 繼承
- 屬性
備註
重要
自 Windows 應用程式 SDK 1.2 起,Windows 10部分支援標題列自訂 API,且完全支援Windows 11。 您應該先檢查程式碼中的 AppWindowTitleBar.IsCustomizationSupported ,再呼叫這些 API 以確保您的應用程式不會在其他版本的 Windows 上損毀。 如需詳細資訊,請參閱 標題列自訂 。
屬性
BackgroundColor |
取得或設定標題列背景的色彩。 |
ButtonBackgroundColor |
取得或設定標題列按鈕的背景色彩。 |
ButtonForegroundColor |
取得或設定標題列按鈕的前景色彩。 |
ButtonHoverBackgroundColor |
取得或設定標題列按鈕在指標上方時的背景色彩。 |
ButtonHoverForegroundColor |
取得或設定標題列按鈕在指標上方時的前景色彩。 |
ButtonInactiveBackgroundColor |
取得或設定處於非使用中狀態時標題列按鈕的背景色彩。 |
ButtonInactiveForegroundColor |
取得或設定處於非使用中狀態時,標題列按鈕的前景色彩。 |
ButtonPressedBackgroundColor |
取得或設定按下標題列按鈕的背景色彩。 |
ButtonPressedForegroundColor |
取得或設定按下標題列按鈕的前景色彩。 |
ExtendsContentIntoTitleBar |
取得或設定值,指定應用程式內容是否延伸至標題列區域。 |
ForegroundColor |
取得或設定標題列前景的色彩。 |
Height |
取得用戶端座標中標題列的高度。 |
IconShowOptions |
取得或設定值,指定視窗圖示在標題列中的顯示方式。 |
InactiveBackgroundColor |
取得或設定處於非使用中狀態時標題列背景的色彩。 |
InactiveForegroundColor |
取得或設定處於非使用中狀態時標題列前景的色彩。 |
LeftInset |
取得應用程式視窗左上角系統保留區域的寬度。 |
PreferredHeightOption |
取得或設定值,指定屬性為 |
RightInset |
取得應用程式視窗右上角系統保留區域的寬度。 |
方法
IsCustomizationSupported() |
取得值,這個值表示是否可以自訂標題列。 |
ResetToDefault() |
將目前的標題列重設為視窗的預設設定。 |
SetDragRectangles(RectInt32[]) |
設定視窗的拖曳區域。 |