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