ContactPanel.HeaderColor Property

Definition

Specifies the color of the Contact Panel header.

public:
 property IReference<Color> ^ HeaderColor { IReference<Color> ^ get(); void set(IReference<Color> ^ value); };
IReference<Color> HeaderColor();

void HeaderColor(IReference<Color> value);
public System.Nullable<Color> HeaderColor { get; set; }
var iReference = contactPanel.headerColor;
contactPanel.headerColor = iReference;
Public Property HeaderColor As Nullable(Of Color)

Property Value

A Color that represents the desired color.

Windows requirements

App capabilities
contactsSystem

Remarks

Color takes effect only when the app is the active tab. If you don’t set this property, the system chooses the color.

Applies to