다음을 통해 공유


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에서 소스 코드를 가져오세요.

적용 대상

추가 정보