다음을 통해 공유


PersonPicture.IsGroup 속성

정의

PersonPicture가 그룹 또는 개인을 나타내는지 여부를 나타내는 값을 가져오거나 설정합니다.

UWP에 해당하는 WinUI 2 API: Microsoft.UI.Xaml.Controls.PersonPicture.IsGroup(Windows 앱 SDK WinUI의 경우 Windows 앱 SDK 네임스페이스 참조).

public:
 property bool IsGroup { bool get(); void set(bool value); };
bool IsGroup();

void IsGroup(bool value);
public bool IsGroup { get; set; }
var boolean = personPicture.isGroup;
personPicture.isGroup = boolean;
Public Property IsGroup As Boolean
<PersonPicture IsGroup="bool"/>

속성 값

Boolean

bool

PersonPicture가 그룹을 나타내면 true입니다. 그렇지 않으면 false입니다.

적용 대상