CommandBarFlyoutCommandBarTemplateSettings クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
CommandBarFlyout コントロールのテンプレートを定義するときに TemplatedParent ソースとして参照できる計算値を提供します。 一般的な使用を目的としたものではありません。
public ref class CommandBarFlyoutCommandBarTemplateSettings sealed : DependencyObject
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=7)]
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Version(1)]
class CommandBarFlyoutCommandBarTemplateSettings final : DependencyObject
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
class CommandBarFlyoutCommandBarTemplateSettings final : DependencyObject
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=7)]
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class CommandBarFlyoutCommandBarTemplateSettings : DependencyObject
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public sealed class CommandBarFlyoutCommandBarTemplateSettings : DependencyObject
Public NotInheritable Class CommandBarFlyoutCommandBarTemplateSettings
Inherits DependencyObject
- 継承
- 属性
-
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyFieldAttribute MarshalingBehaviorAttribute ThreadingAttribute VersionAttribute ContractVersionAttribute
プロパティ
CloseAnimationEndPosition |
閉じるアニメーションの終了位置を取得します。 |
ContentClipRect |
コンテンツのクリップに使用する四角形を取得します。 |
CurrentWidth |
コントロールの現在の幅を取得します。 |
Dispatcher |
常に Windows アプリ SDK アプリで を返します |
DispatcherQueue |
このオブジェクトが |
ExpandDownAnimationEndPosition |
展開ダウン アニメーションの終了位置を取得します。 |
ExpandDownAnimationHoldPosition |
展開ダウン アニメーションの保留位置を取得します。 |
ExpandDownAnimationStartPosition |
展開ダウン アニメーションの開始位置を取得します。 |
ExpandDownOverflowVerticalPosition |
下方向に展開したときのオーバーフローの垂直方向の位置を取得します。 |
ExpandedWidth |
展開時のコントロールの幅を取得します。 |
ExpandUpAnimationEndPosition |
拡張アニメーションの終了位置を取得します。 |
ExpandUpAnimationHoldPosition |
拡張アニメーションの保留位置を取得します。 |
ExpandUpAnimationStartPosition |
拡張アニメーションの開始位置を取得します。 |
ExpandUpOverflowVerticalPosition |
上に展開したときのオーバーフローの垂直方向の位置を取得します。 |
OpenAnimationEndPosition |
開いているアニメーションの終了位置を取得します。 |
OpenAnimationStartPosition |
開いているアニメーションの開始位置を取得します。 |
OverflowContentClipRect |
オーバーフロー コンテンツをクリップするために使用される四角形を取得します。 |
WidthExpansionAnimationEndPosition |
幅拡張アニメーションの終了位置を取得します。 |
WidthExpansionAnimationStartPosition |
幅拡張アニメーションの開始位置を取得します。 |
WidthExpansionDelta |
幅の拡張の変更量を取得します。 |
WidthExpansionMoreButtonAnimationEndPosition |
"more" ボタン幅拡張アニメーションの終了位置を取得します。 |
WidthExpansionMoreButtonAnimationStartPosition |
"more" ボタン幅拡張アニメーションの開始位置を取得します。 |
メソッド
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) |