Gets or sets the color used to fill the background of the text of the header of this
IAnnHeader.
Color HeaderBackground {get; set;}
'Declaration
Property HeaderBackground As Color
'Usage
Dim instance As IAnnHeader
Dim value As Color
instance.HeaderBackground = value
value = instance.HeaderBackground
property Color HeaderBackground {
Color get();
void set ( Color value);
}
Property Value
A
System.Windows.Media.Color object that represents the color to use when filling the background of the text of the header of this
IAnnHeader.