ContactCardOptions.HeaderKind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|