Gets or sets the color used to fill the background of the name of this
AnnObject.
public virtual Color NameBackColor {get; set;}
'Declaration
Public Overridable Property NameBackColor As Color
'Usage
Dim instance As AnnObject
Dim value As Color
instance.NameBackColor = value
value = instance.NameBackColor
public:
virtual property Color NameBackColor {
Color get();
void set ( Color value);
}
Property Value
A
System.Drawing.Color structure that represents the color used to fill the background of the name of this
AnnObject.