Share via


PersonPicture.IsGroup Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die PersonPicture eine Gruppe oder eine Person darstellt, oder legt diesen fest.

Entsprechende WinUI 2-API für UWP: Microsoft.UI.Xaml.Controls.PersonPicture.IsGroup (für WinUI in der Windows App SDK siehe Windows App SDK Namespaces).

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"/>

Eigenschaftswert

Boolean

bool

true , wenn die PersonPicture eine Gruppe darstellt; andernfalls false.

Gilt für: