PersonPicture.TemplateSettings 属性

定义

提供在为 PersonPicture 定义模板时可以作为 TemplatedParent 源引用的计算值。 不适用于一般用途。

public:
 property PersonPictureTemplateSettings ^ TemplateSettings { PersonPictureTemplateSettings ^ get(); };
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField]
PersonPictureTemplateSettings TemplateSettings();
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField]
public PersonPictureTemplateSettings TemplateSettings { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField] get; }
var personPictureTemplateSettings = personPicture.templateSettings;
Public ReadOnly Property TemplateSettings As PersonPictureTemplateSettings

属性值

一个对象,它为模板提供计算值。

属性
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyFieldAttribute

示例

提示

有关详细信息、设计指南和代码示例,请参阅 人员图片

WinUI 3 库应用包括大多数 WinUI 3 控件、特性和功能的交互式示例。 通过 Microsoft Store 获取应用,或在 GitHub 上获取源代码。

适用于

另请参阅