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




The color used in the fill symbol.

Syntax

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

See Also

© 2010 All Rights Reserved.