PersonPicture.IsGroup Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob die PersonPicture eine Gruppe oder eine Person darstellt.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe die 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; }
Public Property IsGroup As Boolean
<PersonPicture IsGroup="bool"/>

Eigenschaftswert

Boolean

bool

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

Gilt für: