AppBarTemplateSettings クラス

定義

AppBar コントロールのテンプレートを定義するときに TemplatedParent ソースとして参照できる計算値を提供します。 一般的な使用を目的としたものではありません。

public ref class AppBarTemplateSettings 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 AppBarTemplateSettings 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 AppBarTemplateSettings : DependencyObject
Public NotInheritable Class AppBarTemplateSettings
Inherits DependencyObject
継承
Object Platform::Object IInspectable DependencyObject AppBarTemplateSettings
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

バージョン履歴

Windows のバージョン SDK バージョン 追加された値
1903 18362 NegativeCompactVerticalDelta
1903 18362 NegativeHiddenVerticalDelta
1903 18362 NegativeMinimalVerticalDelta

プロパティ

ClipRect

AppBar のクリップされた領域を記述する Rect を取得します。

CompactRootMargin

コンパクト状態の AppBar ルートの余白を取得します。

CompactVerticalDelta

コンパクト状態の AppBar の垂直方向の差分を取得します。

Dispatcher

このオブジェクトが関連付けられている CoreDispatcher を取得します。 CoreDispatcher は、コードが UI 以外のスレッドによって開始された場合でも、UI スレッド上の DependencyObject にアクセスできる機能を表します。

(継承元 DependencyObject)
HiddenRootMargin

非表示状態の AppBar ルートの余白を取得します。

HiddenVerticalDelta

非表示状態の AppBar の垂直方向の差分を取得します。

MinimalRootMargin

最小状態の AppBar ルートの余白を取得します。

MinimalVerticalDelta

最小状態の AppBar の垂直方向の差分を取得します。

NegativeCompactVerticalDelta

コンパクト状態の AppBar の負の垂直方向の差分を取得します。

NegativeHiddenVerticalDelta

非表示状態の AppBar の負の垂直方向の差分を取得します。

NegativeMinimalVerticalDelta

最小状態の AppBar の負の垂直方向の差分を取得します。

メソッド

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)

適用対象

こちらもご覧ください