ESRI.ArcGIS.ADF.Web.UI.WebControls
TitleBarForeColor Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > FloatingPanel Class : TitleBarForeColor Property




Gets or sets the foreground color (typically the color of the text) of the Web server control.

Syntax

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

See Also

© 2010 All Rights Reserved.