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