共用方式為


CommandBarTemplateSettings 類別

定義

提供在定義CommandBar控制項範本時可參考為TemplatedParent來源的匯出值。 不適用於一般用途。

public ref class CommandBarTemplateSettings sealed : DependencyObject
/// [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 CommandBarTemplateSettings final : DependencyObject
[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 CommandBarTemplateSettings : DependencyObject
Public NotInheritable Class CommandBarTemplateSettings
Inherits DependencyObject
繼承
Object Platform::Object IInspectable DependencyObject CommandBarTemplateSettings
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

備註

版本歷程記錄

Windows 版本 SDK 版本 新增值
1511 10586 OverflowContentMaxWidth
1607 14393 EffectiveOverflowButtonVisibility
1903 18362 OverflowContentCompactYTranslation
1903 18362 OverflowContentHiddenYTranslation
1903 18362 OverflowContentMinimalYTranslation

屬性

ContentHeight

取得 CommandBar 內容的高度。

Dispatcher

取得這個 物件相關聯的 CoreDispatcherCoreDispatcher代表可在 UI 執行緒上存取DependencyObject的功能,即使程式碼是由非 UI 執行緒起始也一樣。

(繼承來源 DependencyObject)
EffectiveOverflowButtonVisibility

取得命令列溢位按鈕的有效可見度。

NegativeOverflowContentHeight

當溢位方向為負數時,取得溢位內容的高度。

OverflowContentClipRect

取得 Rect ,描述溢位內容的裁剪區域。

OverflowContentCompactYTranslation

取得處於精簡狀態之 Y 軸上溢位內容的轉譯。

OverflowContentHeight

取得溢位內容的高度。

OverflowContentHiddenYTranslation

取得隱藏狀態之 Y 軸上溢位內容的轉譯。

OverflowContentHorizontalOffset

取得溢位內容的水準位移值。

OverflowContentMaxHeight

取得溢位內容的最大高度值。

OverflowContentMaxWidth

取得溢位內容的最大寬度值。

OverflowContentMinimalYTranslation

取得處於最小狀態之 Y 軸上溢位內容的轉譯。

OverflowContentMinWidth

取得溢位內容的最小寬度值。

方法

ClearValue(DependencyProperty)

清除相依性屬性的本機值。

(繼承來源 DependencyObject)
GetAnimationBaseValue(DependencyProperty)

傳回為相依性屬性建立的任何基底值,如果動畫未使用中,則適用此屬性。

(繼承來源 DependencyObject)
GetValue(DependencyProperty)

DependencyObject傳回相依性屬性的目前有效值。

(繼承來源 DependencyObject)
ReadLocalValue(DependencyProperty)

如果已設定本機值,則傳回相依性屬性的本機值。

(繼承來源 DependencyObject)
RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback)

註冊通知函式,以接聽此DependencyObject實例上特定DependencyProperty的變更。

(繼承來源 DependencyObject)
SetValue(DependencyProperty, Object)

設定 DependencyObject上相依性屬性的本機值。

(繼承來源 DependencyObject)
UnregisterPropertyChangedCallback(DependencyProperty, Int64)

取消先前透過呼叫 RegisterPropertyChangedCallback註冊的變更通知。

(繼承來源 DependencyObject)

適用於

另請參閱