共用方式為


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

適用於