ESRI.ArcGIS.ADF.Web.UI.WebControls
ForeColor Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CopyrightText Class : ForeColor Property




The color used to draw the font for the copyright text.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("The color used to draw the font for the copyright text.")>
<TypeConverterAttribute("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<ResCategoryAttribute("Appearance")>
<PersistenceModeAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property ForeColor As Color
Visual Basic (Usage)Copy Code
Dim instance As CopyrightText
Dim value As Color
 
instance.ForeColor = value
 
value = instance.ForeColor
C# 
[ResDescriptionAttribute("The color used to draw the font for the copyright text.")]
[TypeConverterAttribute("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[ResCategoryAttribute("Appearance")]
[PersistenceModeAttribute()]
[NotifyParentPropertyAttribute(true)]
public Color ForeColor {get; set;}

See Also

© 2010 All Rights Reserved.