NavigationView.TemplateSettings プロパティ

定義

NavigationView コントロールのテンプレートを定義するときに TemplateBinding ソースとして参照できる計算値を提供する オブジェクトを取得します。

/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=false)]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=false)]
NavigationViewTemplateSettings TemplateSettings();
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=false)]
public NavigationViewTemplateSettings TemplateSettings { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=false)] get; }
var navigationViewTemplateSettings = navigationView.templateSettings;
Public ReadOnly Property TemplateSettings As NavigationViewTemplateSettings

プロパティ値

テンプレートの計算値を提供する オブジェクト。

属性
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackAttribute

適用対象