ContactCardOptions.HeaderKind Property

Definition

Gets or sets a value that specifies the type of header to display on the contact card.

public:
 property ContactCardHeaderKind HeaderKind { ContactCardHeaderKind get(); void set(ContactCardHeaderKind value); };
ContactCardHeaderKind HeaderKind();

void HeaderKind(ContactCardHeaderKind value);
public ContactCardHeaderKind HeaderKind { get; set; }
var contactCardHeaderKind = contactCardOptions.headerKind;
contactCardOptions.headerKind = contactCardHeaderKind;
Public Property HeaderKind As ContactCardHeaderKind

Property Value

The type of header to display on the contact card.

Windows requirements

App capabilities
contactsSystem

Applies to