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

适用于